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&limit=100&offset=100
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=200",
    "previous": "https://api-prod.gambitprofit.com/api/matches/?format=api&limit=100",
    "results": [
        {
            "id": "1ebcf022-6c57-4605-a74f-15fb82096e5b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c84f5835-b63d-4906-880d-d85fd1c7d8d4",
            "completed": true,
            "last_updated": "2024-01-31T10:03:25.461054-05:00",
            "created_at": "2024-01-29T09:13:14.681731-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/c84f5835-b63d-4906-880d-d85fd1c7d8d4",
            "datetime": "2024-01-29T22:10:00-05:00",
            "cutoff_datetime": "2024-01-29T22:10:00-05:00",
            "name": "Philadelphia 76ers v. Portland Trail Blazers",
            "bettypes": [
                {
                    "id": "c3662701-6975-4e73-a1b8-62ac616f2ac8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1ebcf022-6c57-4605-a74f-15fb82096e5b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:14.719943-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 6611.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9387.53,
                        "profit_sb": -112.47,
                        "profit_sb_percentage": -1.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0255b5f7-5fd8-481e-a73e-f758e1a146b2",
                            "gambit_id": "7ad17337-39ab-48d8-a87a-06ac66b59990",
                            "last_updated": "2024-01-31T10:03:25.491811-05:00",
                            "created_at": "2024-01-29T09:13:14.723685-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.42000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3662701-6975-4e73-a1b8-62ac616f2ac8/?format=api"
                        },
                        {
                            "id": "6ecc372c-5b63-4eca-ba6d-5f6daad1547f",
                            "gambit_id": "dd98f653-3d10-4619-aa00-2be88e74dbda",
                            "last_updated": "2024-01-31T10:03:25.494999-05:00",
                            "created_at": "2024-01-29T09:13:14.727528-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "2.77000",
                            "odds": "2.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3662701-6975-4e73-a1b8-62ac616f2ac8/?format=api"
                        }
                    ]
                },
                {
                    "id": "e136916a-5a8a-466b-8456-353c6580b0a4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1ebcf022-6c57-4605-a74f-15fb82096e5b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:14.694955-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bda8fa07-a124-46f3-8d7b-fc9c0c857d89",
                            "gambit_id": "ea75ac5b-2ec1-4d03-9754-6573abc578f8",
                            "last_updated": "2024-01-31T10:03:25.470290-05:00",
                            "created_at": "2024-01-29T09:13:14.698891-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e136916a-5a8a-466b-8456-353c6580b0a4/?format=api"
                        },
                        {
                            "id": "196ee732-c97a-420d-a8cf-f44316378087",
                            "gambit_id": "e4651cd7-209b-459a-8e9e-6b81d44c6ed6",
                            "last_updated": "2024-01-31T10:03:25.473629-05:00",
                            "created_at": "2024-01-29T09:13:14.703126-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e136916a-5a8a-466b-8456-353c6580b0a4/?format=api"
                        }
                    ]
                },
                {
                    "id": "abc10b53-23a7-4f37-bb53-0ad65ee29e14",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1ebcf022-6c57-4605-a74f-15fb82096e5b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:14.707339-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 221",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 221",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "70d3e186-7184-4975-b365-0fa9ef082964",
                            "gambit_id": "e4902ce4-6920-41ca-9191-520b2d0fd7e1",
                            "last_updated": "2024-01-31T10:03:25.482171-05:00",
                            "created_at": "2024-01-29T09:13:14.711375-05:00",
                            "name": "Game Total Over 221",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "221.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc10b53-23a7-4f37-bb53-0ad65ee29e14/?format=api"
                        },
                        {
                            "id": "bb784d73-fa1f-4812-b55c-a08a86e38007",
                            "gambit_id": "da56834f-154f-4df8-a230-470a9436cd6f",
                            "last_updated": "2024-01-31T10:03:25.485528-05:00",
                            "created_at": "2024-01-29T09:13:14.715628-05:00",
                            "name": "Game Total Under 221",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "221.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abc10b53-23a7-4f37-bb53-0ad65ee29e14/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "30cd1368-764f-44ae-96eb-00a4dd1ccac1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "15bb8984-dc35-45a7-bc54-bb05893b9406",
            "completed": true,
            "last_updated": "2024-01-31T10:13:33.641411-05:00",
            "created_at": "2024-01-29T09:13:14.401209-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/15bb8984-dc35-45a7-bc54-bb05893b9406",
            "datetime": "2024-01-29T21:10:00-05:00",
            "cutoff_datetime": "2024-01-29T21:10:00-05:00",
            "name": "Milwaukee Bucks v. Denver Nuggets",
            "bettypes": [
                {
                    "id": "c1b15d4c-d900-4552-8068-527090165ed5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/30cd1368-764f-44ae-96eb-00a4dd1ccac1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:14.430061-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Milwaukee Bucks",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "831ae293-6f2b-4ae2-a1e4-f56923e33b06",
                            "gambit_id": "bada495b-53ec-40d0-a5bf-0a588cf91577",
                            "last_updated": "2024-01-31T10:13:33.665939-05:00",
                            "created_at": "2024-01-29T09:13:14.449134-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b15d4c-d900-4552-8068-527090165ed5/?format=api"
                        },
                        {
                            "id": "d323eebf-f116-42af-81a1-2482f66fe5b5",
                            "gambit_id": "4994485d-9e1f-4ca8-bded-5fa2166ec465",
                            "last_updated": "2024-01-31T10:13:33.669344-05:00",
                            "created_at": "2024-01-29T09:13:14.458075-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1b15d4c-d900-4552-8068-527090165ed5/?format=api"
                        }
                    ]
                },
                {
                    "id": "4fd0e35f-088a-4158-92de-ad6fcf9fbb07",
                    "match": "https://api-prod.gambitprofit.com/api/matches/30cd1368-764f-44ae-96eb-00a4dd1ccac1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:14.412959-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 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": "822d9fe0-4375-4059-8d11-49367492cc31",
                            "gambit_id": "c1eacc67-6c84-407b-9517-ce6be46b8a44",
                            "last_updated": "2024-01-31T10:13:33.654216-05:00",
                            "created_at": "2024-01-29T09:13:14.418691-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fd0e35f-088a-4158-92de-ad6fcf9fbb07/?format=api"
                        },
                        {
                            "id": "504446da-72a7-44d8-a8fe-287162a72f27",
                            "gambit_id": "15ead38d-75be-4bff-9f56-ead3e07cd247",
                            "last_updated": "2024-01-31T10:13:33.658049-05:00",
                            "created_at": "2024-01-29T09:13:14.424280-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fd0e35f-088a-4158-92de-ad6fcf9fbb07/?format=api"
                        }
                    ]
                },
                {
                    "id": "575c9315-422e-410b-83a5-45e49d111bf7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/30cd1368-764f-44ae-96eb-00a4dd1ccac1/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:14.470310-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 238",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 238",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b889879e-928a-4191-a3a7-f241b444b1da",
                            "gambit_id": "049ce983-8df6-4d21-b034-e1cd04df825f",
                            "last_updated": "2024-01-31T10:13:33.677354-05:00",
                            "created_at": "2024-01-29T09:13:14.476059-05:00",
                            "name": "Game Total Over 238",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575c9315-422e-410b-83a5-45e49d111bf7/?format=api"
                        },
                        {
                            "id": "53fb66c5-bd5e-4706-bda7-dfc4bda5b4ea",
                            "gambit_id": "e827de94-4cc2-4871-81b0-563caec1025a",
                            "last_updated": "2024-01-31T10:13:33.681864-05:00",
                            "created_at": "2024-01-29T09:13:14.481023-05:00",
                            "name": "Game Total Under 238",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/575c9315-422e-410b-83a5-45e49d111bf7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dded4368-066b-4623-bd7d-32d1f0784c12",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "343b9942-9456-4eaf-9941-01d29aebe1c4",
            "completed": true,
            "last_updated": "2024-01-31T10:13:33.880653-05:00",
            "created_at": "2024-01-29T09:13:14.150660-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/343b9942-9456-4eaf-9941-01d29aebe1c4",
            "datetime": "2024-01-29T20:40:00-05:00",
            "cutoff_datetime": "2024-01-29T20:40:00-05:00",
            "name": "Orlando Magic v. Dallas Mavericks",
            "bettypes": [
                {
                    "id": "0341a67e-87b5-4b85-8e3e-5d45e6cfe58a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dded4368-066b-4623-bd7d-32d1f0784c12/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:14.160623-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 6090.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "88eac599-60e6-4751-a045-89a41a251393",
                            "gambit_id": "2de00194-0609-4cde-8b30-e6932e885ed3",
                            "last_updated": "2024-01-31T10:13:33.898142-05:00",
                            "created_at": "2024-01-29T09:13:14.170254-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0341a67e-87b5-4b85-8e3e-5d45e6cfe58a/?format=api"
                        },
                        {
                            "id": "b3ab8a6b-7773-4904-9bc2-79885228a3b9",
                            "gambit_id": "1eb3644d-d7ff-4743-8b4f-d8530f4f7b83",
                            "last_updated": "2024-01-31T10:13:33.895014-05:00",
                            "created_at": "2024-01-29T09:13:14.164810-05:00",
                            "name": "Orlando Magic",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0341a67e-87b5-4b85-8e3e-5d45e6cfe58a/?format=api"
                        }
                    ]
                },
                {
                    "id": "a67ce600-c3a3-499c-82e4-b98596868e37",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dded4368-066b-4623-bd7d-32d1f0784c12/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:14.175055-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Orlando Magic",
                                "amount": 5000.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cfae0fd6-8a57-4023-aa8f-b78771286052",
                            "gambit_id": "b24dff0b-57b6-43e1-85b8-63e11aca7511",
                            "last_updated": "2024-01-31T10:13:33.905972-05:00",
                            "created_at": "2024-01-29T09:13:14.180084-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67ce600-c3a3-499c-82e4-b98596868e37/?format=api"
                        },
                        {
                            "id": "96d8b7d2-e3a2-468c-a00c-92d348f9f74f",
                            "gambit_id": "5ca5557a-5511-4772-935d-236950297c4e",
                            "last_updated": "2024-01-31T10:13:33.910180-05:00",
                            "created_at": "2024-01-29T09:13:14.184983-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67ce600-c3a3-499c-82e4-b98596868e37/?format=api"
                        }
                    ]
                },
                {
                    "id": "359d2df9-2937-4c60-890b-1e233fbd983f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dded4368-066b-4623-bd7d-32d1f0784c12/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:14.189318-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "dafa4600-cbea-42a4-8c82-ab2918144766",
                            "gambit_id": "87cc4450-035f-43ab-9503-46f458e1754a",
                            "last_updated": "2024-01-31T10:13:33.918991-05:00",
                            "created_at": "2024-01-29T09:13:14.198847-05: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/359d2df9-2937-4c60-890b-1e233fbd983f/?format=api"
                        },
                        {
                            "id": "ed00e195-16ae-4b41-8b48-a8ad198441a8",
                            "gambit_id": "a7132da9-3b0c-4db9-af5e-5ef8fb34219f",
                            "last_updated": "2024-01-31T10:13:33.922069-05:00",
                            "created_at": "2024-01-29T09:13:14.194842-05: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/359d2df9-2937-4c60-890b-1e233fbd983f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "262ccc76-e551-432a-85e4-bbdcefc4a4d2",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cc44e507-0db9-4f6a-8310-16cf0aae26de",
            "completed": true,
            "last_updated": "2024-01-31T10:18:30.784779-05:00",
            "created_at": "2024-01-29T09:13:13.676558-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.04,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/cc44e507-0db9-4f6a-8310-16cf0aae26de",
            "datetime": "2024-01-29T20:10:00-05:00",
            "cutoff_datetime": "2024-01-29T20:10:00-05:00",
            "name": "Washington Wizards v. San Antonio Spurs",
            "bettypes": [
                {
                    "id": "93fded05-bf92-4b0a-8dba-4cbaf20b2a18",
                    "match": "https://api-prod.gambitprofit.com/api/matches/262ccc76-e551-432a-85e4-bbdcefc4a4d2/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:13.698670-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Antonio Spurs",
                                "amount": 6010.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9495.8,
                        "profit_sb": -4.2,
                        "profit_sb_percentage": -0.04,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0f405285-5ef6-4f36-af38-132657117095",
                            "gambit_id": "4841a7ac-4b5a-4dc7-9ccf-b38181d7c252",
                            "last_updated": "2024-01-31T10:18:30.809618-05:00",
                            "created_at": "2024-01-29T09:13:13.708099-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93fded05-bf92-4b0a-8dba-4cbaf20b2a18/?format=api"
                        },
                        {
                            "id": "98694ec8-66a0-4644-bf90-8a45acd50db3",
                            "gambit_id": "e08150ec-91ef-41e1-a152-0b102cebeeb9",
                            "last_updated": "2024-01-31T10:18:30.805864-05:00",
                            "created_at": "2024-01-29T09:13:13.703217-05:00",
                            "name": "Washington Wizards",
                            "reward": "2.38000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93fded05-bf92-4b0a-8dba-4cbaf20b2a18/?format=api"
                        }
                    ]
                },
                {
                    "id": "5673cb1c-4cbc-4a67-9149-5f5352ac94d2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/262ccc76-e551-432a-85e4-bbdcefc4a4d2/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:13.686980-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5107.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8d256da6-15a1-402b-83aa-ec8f6809636a",
                            "gambit_id": "8d0621df-997a-49f0-bad5-fa4b2518253b",
                            "last_updated": "2024-01-31T10:18:30.798080-05:00",
                            "created_at": "2024-01-29T09:13:13.694758-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5673cb1c-4cbc-4a67-9149-5f5352ac94d2/?format=api"
                        },
                        {
                            "id": "3cc603bd-cce2-40cf-9219-d556cc7056a3",
                            "gambit_id": "1354ee5e-3172-4ce7-9c27-9b86cee6436e",
                            "last_updated": "2024-01-31T10:18:30.794016-05:00",
                            "created_at": "2024-01-29T09:13:13.690894-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5673cb1c-4cbc-4a67-9149-5f5352ac94d2/?format=api"
                        }
                    ]
                },
                {
                    "id": "97f79828-4898-4a21-b283-9df2fad8f7f2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/262ccc76-e551-432a-85e4-bbdcefc4a4d2/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:13.712157-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 241.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 241.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1736194a-b85f-4d55-a62f-70b7eb172f68",
                            "gambit_id": "64a300b5-5ff3-4e23-9cb3-f214329bce84",
                            "last_updated": "2024-01-31T10:18:30.818547-05:00",
                            "created_at": "2024-01-29T09:13:13.721021-05:00",
                            "name": "Game Total Under 241.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97f79828-4898-4a21-b283-9df2fad8f7f2/?format=api"
                        },
                        {
                            "id": "2c954994-70cf-4630-af90-41d97920af31",
                            "gambit_id": "86eb43eb-6dbd-42fa-98df-663ba557c610",
                            "last_updated": "2024-01-31T10:18:30.822152-05:00",
                            "created_at": "2024-01-29T09:13:13.716007-05:00",
                            "name": "Game Total Over 241.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97f79828-4898-4a21-b283-9df2fad8f7f2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1c0c7673-b635-4983-b259-731b0b077e47",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d5f6da29-2591-4250-9dd3-ec2381fde913",
            "completed": true,
            "last_updated": "2024-01-31T10:13:34.909841-05:00",
            "created_at": "2024-01-29T09:13:13.435373-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.51,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/d5f6da29-2591-4250-9dd3-ec2381fde913",
            "datetime": "2024-01-29T20:10:00-05:00",
            "cutoff_datetime": "2024-01-29T20:10:00-05:00",
            "name": "Sacramento Kings v. Memphis Grizzlies",
            "bettypes": [
                {
                    "id": "649213c1-6fe3-453c-8211-61e8847b35c2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1c0c7673-b635-4983-b259-731b0b077e47/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:13.456607-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 8079.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 1921.0
                            }
                        ],
                        "expected_reward_tokens": 9451.32,
                        "profit_sb": -48.68,
                        "profit_sb_percentage": -0.51,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c2f697a5-a9a8-415d-8489-0a9665662e51",
                            "gambit_id": "6ebc4dc9-f22b-47d6-bb74-c202eed0a608",
                            "last_updated": "2024-01-31T10:13:34.955968-05:00",
                            "created_at": "2024-01-29T09:13:13.460909-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.17000",
                            "odds": "1.18180",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/649213c1-6fe3-453c-8211-61e8847b35c2/?format=api"
                        },
                        {
                            "id": "65ac13e1-d8f3-422e-a4c2-c078bc9e6981",
                            "gambit_id": "c58bf188-8e46-43d7-afeb-469683dc8b96",
                            "last_updated": "2024-01-31T10:13:34.960062-05:00",
                            "created_at": "2024-01-29T09:13:13.464857-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "4.92000",
                            "odds": "5.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/649213c1-6fe3-453c-8211-61e8847b35c2/?format=api"
                        }
                    ]
                },
                {
                    "id": "3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1c0c7673-b635-4983-b259-731b0b077e47/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:13.444574-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Sacramento Kings",
                                "amount": 5000.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f0544aff-a1b0-4792-8140-43b54af6afa2",
                            "gambit_id": "418e522e-39ab-4137-b3b4-5669dc80389a",
                            "last_updated": "2024-01-31T10:13:34.939851-05:00",
                            "created_at": "2024-01-29T09:13:13.448351-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316/?format=api"
                        },
                        {
                            "id": "fe939797-9f85-4d5e-be51-1c0266f36c90",
                            "gambit_id": "97f2f282-f6ac-4387-84fd-24106915d974",
                            "last_updated": "2024-01-31T10:13:34.943218-05:00",
                            "created_at": "2024-01-29T09:13:13.452022-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "11.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebc4fd9-3276-4af9-8ee7-1c9c8ab6c316/?format=api"
                        }
                    ]
                },
                {
                    "id": "2ee48d7c-fe7d-4228-ac90-cb6378e0c859",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1c0c7673-b635-4983-b259-731b0b077e47/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:13.469672-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 223.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 223.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6e186121-7ee9-44a7-b3b4-abe0c6796a40",
                            "gambit_id": "9356c509-981e-4c20-8c31-c6b2fb824ef4",
                            "last_updated": "2024-01-31T10:13:34.966672-05:00",
                            "created_at": "2024-01-29T09:13:13.474230-05:00",
                            "name": "Game Total Under 223.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "223.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee48d7c-fe7d-4228-ac90-cb6378e0c859/?format=api"
                        },
                        {
                            "id": "a3d2e323-9743-430f-8e6b-e71ee12a04f1",
                            "gambit_id": "fbeb34d5-c36e-42c8-bd1e-419a6d55904b",
                            "last_updated": "2024-01-31T10:13:34.970014-05:00",
                            "created_at": "2024-01-29T09:13:13.478124-05:00",
                            "name": "Game Total Over 223.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "223.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee48d7c-fe7d-4228-ac90-cb6378e0c859/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cdb2432b-17b1-42e6-89a7-5ef72d33383b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bfbaa3a6-5ade-4f63-b44f-0112da6005e8",
            "completed": true,
            "last_updated": "2024-01-31T10:18:29.805055-05:00",
            "created_at": "2024-01-29T09:13:13.198751-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.74,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/bfbaa3a6-5ade-4f63-b44f-0112da6005e8",
            "datetime": "2024-01-29T20:10:00-05:00",
            "cutoff_datetime": "2024-01-29T20:10:00-05:00",
            "name": "Minnesota Timberwolves v. Oklahoma City Thunder",
            "bettypes": [
                {
                    "id": "e5d8b386-c9c6-48a8-93ec-a6509fe442fa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cdb2432b-17b1-42e6-89a7-5ef72d33383b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:13.220588-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5614.0
                            },
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f5b9b8d7-b349-43be-932a-1f0326ea25fd",
                            "gambit_id": "ed139186-923c-4d16-a087-aa70606bcd51",
                            "last_updated": "2024-01-31T10:18:29.827365-05:00",
                            "created_at": "2024-01-29T09:13:13.228723-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d8b386-c9c6-48a8-93ec-a6509fe442fa/?format=api"
                        },
                        {
                            "id": "29db71e5-29f2-4524-8e02-be26679fc431",
                            "gambit_id": "0091a902-913f-4165-9cd3-bb825f73a479",
                            "last_updated": "2024-01-31T10:18:29.824047-05:00",
                            "created_at": "2024-01-29T09:13:13.224469-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e5d8b386-c9c6-48a8-93ec-a6509fe442fa/?format=api"
                        }
                    ]
                },
                {
                    "id": "06328f4b-0ac7-4db1-afaf-64c68fa03f7d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cdb2432b-17b1-42e6-89a7-5ef72d33383b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:13.208252-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 5000.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dcb0c9d6-1aa4-407c-bb6b-60830dca1ac3",
                            "gambit_id": "9bfd457e-e36c-47eb-a12c-125c26a70f08",
                            "last_updated": "2024-01-31T10:18:29.813937-05:00",
                            "created_at": "2024-01-29T09:13:13.212144-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06328f4b-0ac7-4db1-afaf-64c68fa03f7d/?format=api"
                        },
                        {
                            "id": "44a16619-95ab-45fa-84ca-d600085f2135",
                            "gambit_id": "6b5df54d-1813-445e-b09c-68a0a75db252",
                            "last_updated": "2024-01-31T10:18:29.817325-05:00",
                            "created_at": "2024-01-29T09:13:13.216759-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/06328f4b-0ac7-4db1-afaf-64c68fa03f7d/?format=api"
                        }
                    ]
                },
                {
                    "id": "ae1155da-ad74-42f1-929b-de2d9f8142a3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cdb2432b-17b1-42e6-89a7-5ef72d33383b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:13.233162-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 224.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 224.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d12c6c98-41a2-4852-8414-efc031b88b1e",
                            "gambit_id": "b17b0a7d-3b82-49fc-b954-727707511372",
                            "last_updated": "2024-01-31T10:18:29.835559-05:00",
                            "created_at": "2024-01-29T09:13:13.237702-05:00",
                            "name": "Game Total Over 224.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "224.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1155da-ad74-42f1-929b-de2d9f8142a3/?format=api"
                        },
                        {
                            "id": "80dbe7b5-383e-4a9f-ac9e-259c3816d70b",
                            "gambit_id": "a8b7d7df-9155-48d5-b35b-c8e7d69dc51a",
                            "last_updated": "2024-01-31T10:18:29.839103-05:00",
                            "created_at": "2024-01-29T09:13:13.241499-05:00",
                            "name": "Game Total Under 224.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "224.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae1155da-ad74-42f1-929b-de2d9f8142a3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3caaa2e5-988e-4191-8692-a0bb94aa0afe",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5a78f56c-02cb-44e0-bbb0-15c5ad468a4c",
            "completed": true,
            "last_updated": "2024-01-31T10:18:31.030118-05:00",
            "created_at": "2024-01-29T09:13:13.917792-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/5a78f56c-02cb-44e0-bbb0-15c5ad468a4c",
            "datetime": "2024-01-29T20:10:00-05:00",
            "cutoff_datetime": "2024-01-29T20:10:00-05:00",
            "name": "Los Angeles Lakers v. Houston Rockets",
            "bettypes": [
                {
                    "id": "99eb60a0-7860-4ed0-afb4-f32c05bc0a59",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3caaa2e5-988e-4191-8692-a0bb94aa0afe/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:13.922713-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "be729abd-a67c-47f4-aee6-8b079f748f41",
                            "gambit_id": "f282a455-da9f-49de-a36d-10ce1c8b6f19",
                            "last_updated": "2024-01-31T10:18:31.039490-05:00",
                            "created_at": "2024-01-29T09:13:13.926614-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99eb60a0-7860-4ed0-afb4-f32c05bc0a59/?format=api"
                        },
                        {
                            "id": "dcccda07-f123-4390-81f3-0e52f7482780",
                            "gambit_id": "c1c6fe78-135c-478f-92d9-5b0c652e4b23",
                            "last_updated": "2024-01-31T10:18:31.044254-05:00",
                            "created_at": "2024-01-29T09:13:13.931370-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99eb60a0-7860-4ed0-afb4-f32c05bc0a59/?format=api"
                        }
                    ]
                },
                {
                    "id": "243aed5f-da24-45c2-812f-60b9a22fddb7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3caaa2e5-988e-4191-8692-a0bb94aa0afe/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:13.935036-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Houston Rockets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aea2e967-6e4c-44f1-bfa4-2cf848699ba5",
                            "gambit_id": "5f6d538c-8f4a-4f77-92df-b94432b2b906",
                            "last_updated": "2024-01-31T10:18:31.052948-05:00",
                            "created_at": "2024-01-29T09:13:13.939062-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/243aed5f-da24-45c2-812f-60b9a22fddb7/?format=api"
                        },
                        {
                            "id": "27f9b88b-13a1-4f05-a508-0c88febb012d",
                            "gambit_id": "31b7cf64-5881-497f-9b17-f756fbf85192",
                            "last_updated": "2024-01-31T10:18:31.056165-05:00",
                            "created_at": "2024-01-29T09:13:13.943073-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/243aed5f-da24-45c2-812f-60b9a22fddb7/?format=api"
                        }
                    ]
                },
                {
                    "id": "5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3caaa2e5-988e-4191-8692-a0bb94aa0afe/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:13.947294-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 235.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 235.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "887ea647-02a0-4047-a7db-fa1188a19821",
                            "gambit_id": "87e1917d-289d-4b77-af81-6eeee962a71c",
                            "last_updated": "2024-01-31T10:18:31.062840-05:00",
                            "created_at": "2024-01-29T09:13:13.950990-05:00",
                            "name": "Game Total Over 235.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "235.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc/?format=api"
                        },
                        {
                            "id": "32e82d9a-6c91-42ec-a11a-5f9b1bfb5201",
                            "gambit_id": "be43dca1-747e-4925-8321-1bcafdc26619",
                            "last_updated": "2024-01-31T10:18:31.066210-05:00",
                            "created_at": "2024-01-29T09:13:13.956235-05:00",
                            "name": "Game Total Under 235.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "235.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8f04a6-c233-46aa-ab68-6b88f5cd8cdc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f5bd3a54-f9d5-44fe-b90b-2f904d1d17d6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f07157d7-0d2b-4c1f-9ae3-959c783a76b3",
            "completed": true,
            "last_updated": "2024-01-31T10:18:30.546781-05:00",
            "created_at": "2024-01-29T09:13:12.723397-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/f07157d7-0d2b-4c1f-9ae3-959c783a76b3",
            "datetime": "2024-01-29T19:40:00-05:00",
            "cutoff_datetime": "2024-01-29T19:40:00-05:00",
            "name": "Utah Jazz v. Brooklyn Nets",
            "bettypes": [
                {
                    "id": "50c2e8e8-6b4e-49ec-8058-8eda6e5cc1a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5bd3a54-f9d5-44fe-b90b-2f904d1d17d6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:12.741259-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 5213.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5648034b-d454-4e96-b80a-8dac969bf5f8",
                            "gambit_id": "a106c859-8a48-47d7-9ee5-baef2c5db654",
                            "last_updated": "2024-01-31T10:18:30.569703-05:00",
                            "created_at": "2024-01-29T09:13:12.744632-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c2e8e8-6b4e-49ec-8058-8eda6e5cc1a8/?format=api"
                        },
                        {
                            "id": "19b9ffea-852b-4567-a247-cf3e676d092d",
                            "gambit_id": "31f4d6bb-7a29-4275-905b-9236d4ad24db",
                            "last_updated": "2024-01-31T10:18:30.574108-05:00",
                            "created_at": "2024-01-29T09:13:12.749300-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50c2e8e8-6b4e-49ec-8058-8eda6e5cc1a8/?format=api"
                        }
                    ]
                },
                {
                    "id": "82924739-5bb0-43c9-bc0f-7b60531165f7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5bd3a54-f9d5-44fe-b90b-2f904d1d17d6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:12.728992-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 5000.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "17e56b0c-ad5a-44b8-88fa-39349ece7339",
                            "gambit_id": "2f46e149-7352-4e54-88a5-97c92d6e208b",
                            "last_updated": "2024-01-31T10:18:30.557312-05:00",
                            "created_at": "2024-01-29T09:13:12.732620-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82924739-5bb0-43c9-bc0f-7b60531165f7/?format=api"
                        },
                        {
                            "id": "52143da6-3261-493d-b3a2-a2313d35b39b",
                            "gambit_id": "cda5714d-2425-468e-b92d-2d76909152fc",
                            "last_updated": "2024-01-31T10:18:30.561183-05:00",
                            "created_at": "2024-01-29T09:13:12.736235-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82924739-5bb0-43c9-bc0f-7b60531165f7/?format=api"
                        }
                    ]
                },
                {
                    "id": "8115beb1-e86e-4578-b949-88972ff6e071",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f5bd3a54-f9d5-44fe-b90b-2f904d1d17d6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:12.753097-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 237",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 237",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ac2fd5a1-6e8b-4ae1-bfd4-5fba57d7e2de",
                            "gambit_id": "7fcacdb2-0560-41ab-9436-bd1304d50a1c",
                            "last_updated": "2024-01-31T10:18:30.581609-05:00",
                            "created_at": "2024-01-29T09:13:12.757969-05:00",
                            "name": "Game Total Over 237",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "237.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8115beb1-e86e-4578-b949-88972ff6e071/?format=api"
                        },
                        {
                            "id": "b8908fdf-25f8-40e0-8fc3-1e21410d490e",
                            "gambit_id": "b4baff4e-232b-424e-a999-d5c473363f40",
                            "last_updated": "2024-01-31T10:18:30.585408-05:00",
                            "created_at": "2024-01-29T09:13:12.763015-05:00",
                            "name": "Game Total Under 237",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "237.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8115beb1-e86e-4578-b949-88972ff6e071/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cafa0c7a-97fb-4808-a086-9ff1283c6e95",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5a04a2f5-0c29-4482-aae6-6bf74e6f4c75",
            "completed": true,
            "last_updated": "2024-01-31T10:18:29.572491-05:00",
            "created_at": "2024-01-29T09:13:12.486586-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/5a04a2f5-0c29-4482-aae6-6bf74e6f4c75",
            "datetime": "2024-01-29T19:40:00-05:00",
            "cutoff_datetime": "2024-01-29T19:40:00-05:00",
            "name": "New Orleans Pelicans v. Boston Celtics",
            "bettypes": [
                {
                    "id": "dfa0bb74-c03b-4784-8502-b67ee4d1bdda",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cafa0c7a-97fb-4808-a086-9ff1283c6e95/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:12.511683-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7351.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 2649.0
                            }
                        ],
                        "expected_reward_tokens": 9482.79,
                        "profit_sb": -17.21,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dd20937c-278a-4baa-add6-82ddf8a52f45",
                            "gambit_id": "afe54fc6-09f8-4536-875c-561ba1c27c5a",
                            "last_updated": "2024-01-31T10:18:29.595712-05:00",
                            "created_at": "2024-01-29T09:13:12.519996-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.29000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa0bb74-c03b-4784-8502-b67ee4d1bdda/?format=api"
                        },
                        {
                            "id": "cee154f8-9f79-4ad4-ba2a-d0dfc8de594a",
                            "gambit_id": "c6ee47c7-2aea-4e28-afa4-5dd379e105ae",
                            "last_updated": "2024-01-31T10:18:29.592305-05:00",
                            "created_at": "2024-01-29T09:13:12.515510-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "3.58000",
                            "odds": "3.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa0bb74-c03b-4784-8502-b67ee4d1bdda/?format=api"
                        }
                    ]
                },
                {
                    "id": "46b848f4-1a71-4193-ae50-0d5011c292a9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cafa0c7a-97fb-4808-a086-9ff1283c6e95/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:12.497504-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Boston Celtics",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "35613937-0df1-4f35-b794-2c7a5973eccf",
                            "gambit_id": "f49d4c7d-0309-4b2a-9640-3643bd71fb8f",
                            "last_updated": "2024-01-31T10:18:29.582008-05:00",
                            "created_at": "2024-01-29T09:13:12.502423-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b848f4-1a71-4193-ae50-0d5011c292a9/?format=api"
                        },
                        {
                            "id": "e55914ca-23cc-47e5-8467-4fa1542108c2",
                            "gambit_id": "f909a16d-8823-4f0f-96a7-17a44dee8010",
                            "last_updated": "2024-01-31T10:18:29.585423-05:00",
                            "created_at": "2024-01-29T09:13:12.507169-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b848f4-1a71-4193-ae50-0d5011c292a9/?format=api"
                        }
                    ]
                },
                {
                    "id": "09edbbad-dda0-4fe1-b6cd-5e970e82eab1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cafa0c7a-97fb-4808-a086-9ff1283c6e95/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:12.523758-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 232.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 232.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "966145de-6c57-484a-a7e5-10afe60dc28e",
                            "gambit_id": "2f9c6f44-4901-4085-967a-bb0f9610125e",
                            "last_updated": "2024-01-31T10:18:29.606057-05:00",
                            "created_at": "2024-01-29T09:13:12.527551-05:00",
                            "name": "Game Total Over 232.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09edbbad-dda0-4fe1-b6cd-5e970e82eab1/?format=api"
                        },
                        {
                            "id": "36e25cb5-6ad2-4e65-9b82-ded42c405f5a",
                            "gambit_id": "1aec110b-3a80-496e-b62a-075573769368",
                            "last_updated": "2024-01-31T10:18:29.602582-05:00",
                            "created_at": "2024-01-29T09:13:12.531966-05:00",
                            "name": "Game Total Under 232.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09edbbad-dda0-4fe1-b6cd-5e970e82eab1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8ef88a5f-c44e-4e44-9356-f8114428ef64",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "52a12e2e-65da-4d61-930f-2b882b99abaf",
            "completed": true,
            "last_updated": "2024-01-31T10:18:29.332087-05:00",
            "created_at": "2024-01-29T09:13:12.961047-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/52a12e2e-65da-4d61-930f-2b882b99abaf",
            "datetime": "2024-01-29T19:40:00-05:00",
            "cutoff_datetime": "2024-01-29T19:40:00-05:00",
            "name": "Phoenix Suns v. Miami Heat",
            "bettypes": [
                {
                    "id": "0eaf35ca-5afc-40c0-851e-91e43af7b24a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8ef88a5f-c44e-4e44-9356-f8114428ef64/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:12.970912-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Miami Heat",
                                "amount": 5423.0
                            },
                            {
                                "team": "Phoenix Suns",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "967a7b78-342e-42c4-8d93-b0be11d47bc8",
                            "gambit_id": "26fd9049-ba95-4641-a64e-4b14058eaa7e",
                            "last_updated": "2024-01-31T10:18:29.349240-05:00",
                            "created_at": "2024-01-29T09:13:12.982016-05:00",
                            "name": "Miami Heat",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eaf35ca-5afc-40c0-851e-91e43af7b24a/?format=api"
                        },
                        {
                            "id": "73466019-7522-48a4-bc7c-0841344c89f3",
                            "gambit_id": "9b31403c-bb5f-4cbc-8a93-615a563d4874",
                            "last_updated": "2024-01-31T10:18:29.345085-05:00",
                            "created_at": "2024-01-29T09:13:12.976447-05:00",
                            "name": "Phoenix Suns",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eaf35ca-5afc-40c0-851e-91e43af7b24a/?format=api"
                        }
                    ]
                },
                {
                    "id": "218df4ee-800c-4190-85ae-0c6889f52178",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8ef88a5f-c44e-4e44-9356-f8114428ef64/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:12.986723-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Miami Heat",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "81fef6cd-fd7a-408f-a403-6cefa9189279",
                            "gambit_id": "a92ca43b-2324-4eca-b3de-b275f3058d97",
                            "last_updated": "2024-01-31T10:18:29.356618-05:00",
                            "created_at": "2024-01-29T09:13:12.992487-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218df4ee-800c-4190-85ae-0c6889f52178/?format=api"
                        },
                        {
                            "id": "112d814d-5709-4908-877c-f2525bcde150",
                            "gambit_id": "01ad9f24-ded7-4ddb-983d-75fc0aede3b6",
                            "last_updated": "2024-01-31T10:18:29.360173-05:00",
                            "created_at": "2024-01-29T09:13:12.997578-05:00",
                            "name": "Miami Heat",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/218df4ee-800c-4190-85ae-0c6889f52178/?format=api"
                        }
                    ]
                },
                {
                    "id": "5b49ee0f-d9d8-429a-8d94-6516e7926438",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8ef88a5f-c44e-4e44-9356-f8114428ef64/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:13.001355-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 230",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 230",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ed10ebf8-04b1-4ba0-a5ab-ee73e9cfee03",
                            "gambit_id": "54153f80-9c64-471e-a983-3d1f89b6f0fa",
                            "last_updated": "2024-01-31T10:18:29.373002-05:00",
                            "created_at": "2024-01-29T09:13:13.005928-05:00",
                            "name": "Game Total Over 230",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "230.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b49ee0f-d9d8-429a-8d94-6516e7926438/?format=api"
                        },
                        {
                            "id": "154a8f5f-ce93-46e3-9b78-5c35c4782fb3",
                            "gambit_id": "06b8e878-5448-4989-a522-48c6cc66bda9",
                            "last_updated": "2024-01-31T10:18:29.368957-05:00",
                            "created_at": "2024-01-29T09:13:13.009940-05:00",
                            "name": "Game Total Under 230",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "230.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b49ee0f-d9d8-429a-8d94-6516e7926438/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d6b4d9ba-803b-4892-9797-5230da953dcc",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c6fa4ad5-5394-4925-9833-ab0cdc5dd79e",
            "completed": true,
            "last_updated": "2024-01-31T10:23:29.775387-05:00",
            "created_at": "2024-01-29T09:13:11.976132-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.14,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/c6fa4ad5-5394-4925-9833-ab0cdc5dd79e",
            "datetime": "2024-01-29T19:10:00-05:00",
            "cutoff_datetime": "2024-01-29T19:10:00-05:00",
            "name": "New York Knicks v. Charlotte Hornets",
            "bettypes": [
                {
                    "id": "602d6720-acdf-487c-b165-e53022c32ca6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d6b4d9ba-803b-4892-9797-5230da953dcc/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:11.981856-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7714.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 2286.0
                            }
                        ],
                        "expected_reward_tokens": 9486.9,
                        "profit_sb": -13.1,
                        "profit_sb_percentage": -0.14,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c9269b9a-db13-4b15-a851-ccfe8cd41995",
                            "gambit_id": "2e1c610a-dc19-4a0f-97bc-2d202701485b",
                            "last_updated": "2024-01-31T10:23:29.785301-05:00",
                            "created_at": "2024-01-29T09:13:11.986522-05:00",
                            "name": "New York Knicks",
                            "reward": "1.23000",
                            "odds": "1.23810",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/602d6720-acdf-487c-b165-e53022c32ca6/?format=api"
                        },
                        {
                            "id": "5614aaf0-7066-45d8-b860-53e3ffb636d3",
                            "gambit_id": "3ee5625d-3573-4ead-b0a3-ca162b0de104",
                            "last_updated": "2024-01-31T10:23:29.788936-05:00",
                            "created_at": "2024-01-29T09:13:11.991967-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "4.15000",
                            "odds": "4.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/602d6720-acdf-487c-b165-e53022c32ca6/?format=api"
                        }
                    ]
                },
                {
                    "id": "e30b59ed-7156-40ee-bc86-c6f245e02964",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d6b4d9ba-803b-4892-9797-5230da953dcc/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:11.997048-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Knicks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ab2c6dac-1d31-4594-b65b-76ae2f142f00",
                            "gambit_id": "5d179aaf-afb8-4bc2-949b-74252455c732",
                            "last_updated": "2024-01-31T10:23:29.795609-05:00",
                            "created_at": "2024-01-29T09:13:12.001499-05:00",
                            "name": "New York Knicks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30b59ed-7156-40ee-bc86-c6f245e02964/?format=api"
                        },
                        {
                            "id": "e4dc33d4-d8f0-4180-b2b9-4ce450c148f4",
                            "gambit_id": "bccf613f-9e15-4359-b0a7-7463c1932c3c",
                            "last_updated": "2024-01-31T10:23:29.798841-05:00",
                            "created_at": "2024-01-29T09:13:12.006462-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30b59ed-7156-40ee-bc86-c6f245e02964/?format=api"
                        }
                    ]
                },
                {
                    "id": "b7646fd3-7d98-4723-b960-08b6f77b0ec3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d6b4d9ba-803b-4892-9797-5230da953dcc/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:12.011506-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 218",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 218",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "79fad0f4-3998-4d28-a2a4-5cd5d1d269cc",
                            "gambit_id": "95aaa8b0-be09-4656-a7b8-ce9ead6f8e67",
                            "last_updated": "2024-01-31T10:23:29.805584-05:00",
                            "created_at": "2024-01-29T09:13:12.016280-05:00",
                            "name": "Game Total Over 218",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "218.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7646fd3-7d98-4723-b960-08b6f77b0ec3/?format=api"
                        },
                        {
                            "id": "db87bafd-e2c4-4f8b-97b5-5cc070c41c6a",
                            "gambit_id": "62ec1c59-1d1c-47d4-943b-3274bd05fb35",
                            "last_updated": "2024-01-31T10:23:29.809229-05:00",
                            "created_at": "2024-01-29T09:13:12.020593-05:00",
                            "name": "Game Total Under 218",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "218.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7646fd3-7d98-4723-b960-08b6f77b0ec3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4a4e0f20-7ad2-4720-ba7c-ca1d0059e4b4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "89051863-67e2-4868-91d6-37ce96b5803a",
            "completed": true,
            "last_updated": "2024-01-31T10:23:30.009248-05:00",
            "created_at": "2024-01-29T09:13:12.224313-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.46,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/89051863-67e2-4868-91d6-37ce96b5803a",
            "datetime": "2024-01-29T19:10:00-05:00",
            "cutoff_datetime": "2024-01-29T19:10:00-05:00",
            "name": "Los Angeles Clippers v. Cleveland Cavaliers",
            "bettypes": [
                {
                    "id": "7762a90d-4189-4dad-86ad-aa658c322c3e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4a4e0f20-7ad2-4720-ba7c-ca1d0059e4b4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:12.261524-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 5319.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "308718b1-9a76-41eb-b8b6-ac182be89963",
                            "gambit_id": "e5479e6e-318f-4379-aad3-44acef6916cc",
                            "last_updated": "2024-01-31T10:23:30.027406-05:00",
                            "created_at": "2024-01-29T09:13:12.269982-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7762a90d-4189-4dad-86ad-aa658c322c3e/?format=api"
                        },
                        {
                            "id": "de844a84-a85a-49ca-a1eb-46d474597722",
                            "gambit_id": "5a71fea9-8048-4a25-a324-c9df9187c8ac",
                            "last_updated": "2024-01-31T10:23:30.030617-05:00",
                            "created_at": "2024-01-29T09:13:12.274761-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7762a90d-4189-4dad-86ad-aa658c322c3e/?format=api"
                        }
                    ]
                },
                {
                    "id": "04531d6d-2eb5-49ef-80e5-2fff229bcc66",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4a4e0f20-7ad2-4720-ba7c-ca1d0059e4b4/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:12.229387-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1151c824-7a8e-445f-aaa7-33fc5aed0277",
                            "gambit_id": "fc72c533-8431-4de9-b296-2a4ca7f998a5",
                            "last_updated": "2024-01-31T10:23:30.020724-05:00",
                            "created_at": "2024-01-29T09:13:12.250158-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04531d6d-2eb5-49ef-80e5-2fff229bcc66/?format=api"
                        },
                        {
                            "id": "d825ae0c-3dc2-49f4-9081-616de7f5795b",
                            "gambit_id": "7aae25c2-3834-423f-8bf1-968de57bbe5c",
                            "last_updated": "2024-01-31T10:23:30.016640-05:00",
                            "created_at": "2024-01-29T09:13:12.235149-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04531d6d-2eb5-49ef-80e5-2fff229bcc66/?format=api"
                        }
                    ]
                },
                {
                    "id": "24780ccc-f88f-4124-aa64-cd65f07b9f01",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4a4e0f20-7ad2-4720-ba7c-ca1d0059e4b4/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:12.279894-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 226.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 226.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "71614dce-f1f8-4773-8e1c-5f629c04671a",
                            "gambit_id": "c0981b1d-571b-4e2a-bd19-c6145c54a612",
                            "last_updated": "2024-01-31T10:23:30.037196-05:00",
                            "created_at": "2024-01-29T09:13:12.284444-05:00",
                            "name": "Game Total Over 226.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "226.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24780ccc-f88f-4124-aa64-cd65f07b9f01/?format=api"
                        },
                        {
                            "id": "f0500645-a184-4155-b897-99447610bb8d",
                            "gambit_id": "98978ffd-1b24-452d-8aa7-3ae98201b3cd",
                            "last_updated": "2024-01-31T10:23:30.040403-05:00",
                            "created_at": "2024-01-29T09:13:12.289303-05:00",
                            "name": "Game Total Under 226.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "226.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24780ccc-f88f-4124-aa64-cd65f07b9f01/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "74ce8397-bca2-4b5b-a93a-0526e3e9f328",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ec8ee588-0a18-4cde-837d-8b0a19fb4473",
            "completed": true,
            "last_updated": "2024-01-31T09:58:25.787898-05:00",
            "created_at": "2024-01-29T09:13:11.729487-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ec8ee588-0a18-4cde-837d-8b0a19fb4473",
            "datetime": "2024-01-29T19:07:00-05:00",
            "cutoff_datetime": "2024-01-29T19:07:00-05:00",
            "name": "Nashville Predators v. Ottawa Senators",
            "bettypes": [
                {
                    "id": "6c451bf5-f390-4734-bf65-8cb142115154",
                    "match": "https://api-prod.gambitprofit.com/api/matches/74ce8397-bca2-4b5b-a93a-0526e3e9f328/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-29T09:13:11.742836-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 5107.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "12f5c848-e089-4055-9ff1-6e7baa106bb3",
                            "gambit_id": "0526f9f1-6c64-4109-9044-36bb2eb222f3",
                            "last_updated": "2024-01-31T09:58:25.803402-05:00",
                            "created_at": "2024-01-29T09:13:11.749590-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c451bf5-f390-4734-bf65-8cb142115154/?format=api"
                        },
                        {
                            "id": "16a909ac-6930-47a8-a7ce-3ad86c9a6d70",
                            "gambit_id": "5f6f3c56-30bd-4038-b506-674a5ed0f0f5",
                            "last_updated": "2024-01-31T09:58:25.807134-05:00",
                            "created_at": "2024-01-29T09:13:11.755363-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c451bf5-f390-4734-bf65-8cb142115154/?format=api"
                        }
                    ]
                },
                {
                    "id": "bf8eaaf6-4856-42ed-8b84-0cb2fe78458a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/74ce8397-bca2-4b5b-a93a-0526e3e9f328/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-29T09:13:11.759157-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ottawa Senators",
                                "amount": 6856.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 3144.0
                            }
                        ],
                        "expected_reward_tokens": 9461.28,
                        "profit_sb": -38.72,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c9d66633-1d8f-488b-bb99-2691b663915f",
                            "gambit_id": "432bd938-8e26-4569-a56e-44c393f5370f",
                            "last_updated": "2024-01-31T09:58:25.817204-05:00",
                            "created_at": "2024-01-29T09:13:11.766913-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8eaaf6-4856-42ed-8b84-0cb2fe78458a/?format=api"
                        },
                        {
                            "id": "3ce3cb4d-3802-4850-9720-68399c0d3cbe",
                            "gambit_id": "415e2c9c-4997-4ee1-b862-d02bf2de7673",
                            "last_updated": "2024-01-31T09:58:25.813792-05:00",
                            "created_at": "2024-01-29T09:13:11.762947-05:00",
                            "name": "Nashville Predators",
                            "reward": "3.01000",
                            "odds": "3.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf8eaaf6-4856-42ed-8b84-0cb2fe78458a/?format=api"
                        }
                    ]
                },
                {
                    "id": "3bd02272-2035-40c2-ab63-edd01e34e8d3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/74ce8397-bca2-4b5b-a93a-0526e3e9f328/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-29T09:13:11.771194-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2ab2daee-f7a5-4d90-a5f8-8213b2894650",
                            "gambit_id": "5b2f0a6b-d1c9-486f-b418-bb4821e289fb",
                            "last_updated": "2024-01-31T09:58:25.823739-05:00",
                            "created_at": "2024-01-29T09:13:11.775467-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd02272-2035-40c2-ab63-edd01e34e8d3/?format=api"
                        },
                        {
                            "id": "3ed68a4f-c0e0-4691-9f03-54568eb998ea",
                            "gambit_id": "6d6a5d23-0a0a-4a15-beed-237725a36ab4",
                            "last_updated": "2024-01-31T09:58:25.827229-05:00",
                            "created_at": "2024-01-29T09:13:11.780265-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bd02272-2035-40c2-ab63-edd01e34e8d3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5e701cb7-5131-42c4-82c0-05f6ee8d4cb9",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b9b7f1f8-32d3-4b2d-a60b-4b3bd09855bd",
            "completed": true,
            "last_updated": "2024-01-29T22:18:12.966536-05:00",
            "created_at": "2024-01-28T09:58:22.069554-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.35,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/b9b7f1f8-32d3-4b2d-a60b-4b3bd09855bd",
            "datetime": "2024-01-28T21:10:00-05:00",
            "cutoff_datetime": "2024-01-28T21:10:00-05:00",
            "name": "Chicago Bulls v. Portland Trail Blazers",
            "bettypes": [
                {
                    "id": "39e3c1f9-66ce-4bd1-bf28-aeba7957815e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5e701cb7-5131-42c4-82c0-05f6ee8d4cb9/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:22.075544-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 6554.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c6b2d005-732b-4d5b-95d9-cb0eba65c74e",
                            "gambit_id": "63f224a3-881d-42f1-ba9f-872c583b30da",
                            "last_updated": "2024-01-29T22:18:12.985229-05:00",
                            "created_at": "2024-01-28T09:58:22.081132-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e3c1f9-66ce-4bd1-bf28-aeba7957815e/?format=api"
                        },
                        {
                            "id": "cd404805-0595-46c0-9624-457a5773cfd5",
                            "gambit_id": "8114b93e-7249-4a52-b2f0-83f8930aa6ca",
                            "last_updated": "2024-01-29T22:18:12.988805-05:00",
                            "created_at": "2024-01-28T09:58:22.087457-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39e3c1f9-66ce-4bd1-bf28-aeba7957815e/?format=api"
                        }
                    ]
                },
                {
                    "id": "81943b7d-262b-425b-9d80-dd6d488ab194",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5e701cb7-5131-42c4-82c0-05f6ee8d4cb9/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:22.092790-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 5000.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4d31c810-4314-434c-97ff-1d0d66a02f05",
                            "gambit_id": "4dda3bce-7bae-4be2-b39e-be6451a97ab5",
                            "last_updated": "2024-01-29T22:18:12.995576-05:00",
                            "created_at": "2024-01-28T09:58:22.096227-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81943b7d-262b-425b-9d80-dd6d488ab194/?format=api"
                        },
                        {
                            "id": "796b821d-528b-4b83-b9ce-221e0eccba10",
                            "gambit_id": "105ee97e-56cb-4a26-b7a8-8448c9719abd",
                            "last_updated": "2024-01-29T22:18:12.998842-05:00",
                            "created_at": "2024-01-28T09:58:22.101518-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/81943b7d-262b-425b-9d80-dd6d488ab194/?format=api"
                        }
                    ]
                },
                {
                    "id": "17726257-7246-416c-9e47-b83d0b433e5c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5e701cb7-5131-42c4-82c0-05f6ee8d4cb9/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:22.106177-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 222.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 222.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c49df646-8a16-4334-9eb3-de9767d41ebb",
                            "gambit_id": "b2ef05a6-b3a9-4e10-badb-8eba9fec0c70",
                            "last_updated": "2024-01-29T22:18:13.006390-05:00",
                            "created_at": "2024-01-28T09:58:22.110735-05:00",
                            "name": "Game Total Over 222.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "222.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17726257-7246-416c-9e47-b83d0b433e5c/?format=api"
                        },
                        {
                            "id": "5188a454-2fbd-401b-9f88-1edd7cf07c91",
                            "gambit_id": "86fc1fff-d434-4912-b039-860e47842a3e",
                            "last_updated": "2024-01-29T22:18:13.009831-05:00",
                            "created_at": "2024-01-28T09:58:22.114654-05:00",
                            "name": "Game Total Under 222.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "222.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17726257-7246-416c-9e47-b83d0b433e5c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "86907020-f358-4862-a811-ad28a05f0cc0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cbf55c93-f73c-407c-ad1e-9c699f692d54",
            "completed": true,
            "last_updated": "2024-01-29T22:18:12.696488-05:00",
            "created_at": "2024-01-28T09:58:21.795342-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.49,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/cbf55c93-f73c-407c-ad1e-9c699f692d54",
            "datetime": "2024-01-28T21:07:00-05:00",
            "cutoff_datetime": "2024-01-28T21:07:00-05:00",
            "name": "Columbus Blue Jackets v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "4dea0287-a749-41a0-9dbb-79b0c15f0483",
                    "match": "https://api-prod.gambitprofit.com/api/matches/86907020-f358-4862-a811-ad28a05f0cc0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:21.802235-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6900.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 3100.0
                            }
                        ],
                        "expected_reward_tokens": 9453.0,
                        "profit_sb": -47.0,
                        "profit_sb_percentage": -0.49,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e301ea12-9f1d-46c7-abd0-460ea5f51343",
                            "gambit_id": "d6d6a92e-7754-4ef6-a97a-1f741fea9370",
                            "last_updated": "2024-01-29T22:18:12.710185-05:00",
                            "created_at": "2024-01-28T09:58:21.829717-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.37000",
                            "odds": "1.39220",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dea0287-a749-41a0-9dbb-79b0c15f0483/?format=api"
                        },
                        {
                            "id": "966a7e24-06b1-4eb1-b807-e997e84b1154",
                            "gambit_id": "a7426f59-de4d-4d0d-b1be-982edb44ae63",
                            "last_updated": "2024-01-29T22:18:12.706936-05:00",
                            "created_at": "2024-01-28T09:58:21.809800-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "3.05000",
                            "odds": "3.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dea0287-a749-41a0-9dbb-79b0c15f0483/?format=api"
                        }
                    ]
                },
                {
                    "id": "0062a616-cbbe-4def-88c9-dc3b37c71d0a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/86907020-f358-4862-a811-ad28a05f0cc0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:21.838125-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 5107.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "414a0684-f55a-42df-873e-640975c2ee0b",
                            "gambit_id": "35677562-20cc-4e56-881c-41c905e8aad8",
                            "last_updated": "2024-01-29T22:18:12.717600-05:00",
                            "created_at": "2024-01-28T09:58:21.847111-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0062a616-cbbe-4def-88c9-dc3b37c71d0a/?format=api"
                        },
                        {
                            "id": "f0986b2b-3661-467f-a7a9-542180fa3586",
                            "gambit_id": "b712557b-b69e-46fc-862a-fbe1fd6a8b1c",
                            "last_updated": "2024-01-29T22:18:12.720822-05:00",
                            "created_at": "2024-01-28T09:58:21.852193-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0062a616-cbbe-4def-88c9-dc3b37c71d0a/?format=api"
                        }
                    ]
                },
                {
                    "id": "56596745-9773-4c79-adff-1d0dea872ce0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/86907020-f358-4862-a811-ad28a05f0cc0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:21.856505-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5319.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d75d00d5-0863-4372-a5b0-519075505193",
                            "gambit_id": "48183114-8732-41ff-82fb-f4f778a35b98",
                            "last_updated": "2024-01-29T22:18:12.727538-05:00",
                            "created_at": "2024-01-28T09:58:21.860093-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56596745-9773-4c79-adff-1d0dea872ce0/?format=api"
                        },
                        {
                            "id": "13a0cec0-02d8-4ba1-8a30-8cdead3f1fd7",
                            "gambit_id": "39abc937-7f27-44ca-8202-e7e04fd52a11",
                            "last_updated": "2024-01-29T22:18:12.731142-05:00",
                            "created_at": "2024-01-28T09:58:21.865873-05:00",
                            "name": "Game Total Under 6",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56596745-9773-4c79-adff-1d0dea872ce0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0fd12486-f6c0-43da-bd05-31c8e58669c6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "00be97d3-83f4-44a3-a0da-f0a843cf531b",
            "completed": true,
            "last_updated": "2024-01-29T22:13:10.987363-05:00",
            "created_at": "2024-01-23T22:48:18.188455-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.0,
            "sport_category": "NFL",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/00be97d3-83f4-44a3-a0da-f0a843cf531b",
            "datetime": "2024-01-28T18:30:00-05:00",
            "cutoff_datetime": "2024-01-28T18:30:00-05:00",
            "name": "Detroit Lions v. San Francisco 49ers",
            "bettypes": [
                {
                    "id": "877e903c-c3fb-4b89-85ab-ac38ee18cc86",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0fd12486-f6c0-43da-bd05-31c8e58669c6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T22:48:18.196541-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Francisco 49ers",
                                "amount": 7480.0
                            },
                            {
                                "team": "Detroit Lions",
                                "amount": 2520.0
                            }
                        ],
                        "expected_reward_tokens": 9499.6,
                        "profit_sb": -0.4,
                        "profit_sb_percentage": -0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8ba0d40b-9560-4939-a671-a90a3e8cdc1d",
                            "gambit_id": "e75c218d-445d-40b4-8199-72d05b7186af",
                            "last_updated": "2024-01-29T22:13:11.004758-05:00",
                            "created_at": "2024-01-23T22:48:18.208751-05:00",
                            "name": "San Francisco 49ers",
                            "reward": "1.27000",
                            "odds": "1.27780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877e903c-c3fb-4b89-85ab-ac38ee18cc86/?format=api"
                        },
                        {
                            "id": "d854746d-29ed-47c0-8744-ae09b8cade54",
                            "gambit_id": "f807a49e-1358-4db3-b266-382fb642a9e8",
                            "last_updated": "2024-01-29T22:13:11.001131-05:00",
                            "created_at": "2024-01-23T22:48:18.200700-05:00",
                            "name": "Detroit Lions",
                            "reward": "3.77000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/877e903c-c3fb-4b89-85ab-ac38ee18cc86/?format=api"
                        }
                    ]
                },
                {
                    "id": "21994935-182a-4574-9f9f-32da158861f5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0fd12486-f6c0-43da-bd05-31c8e58669c6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T22:48:18.214023-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Lions",
                                "amount": 5000.0
                            },
                            {
                                "team": "San Francisco 49ers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cb6466e5-9656-490c-a433-288d76e6f277",
                            "gambit_id": "52cbdc8b-5cf1-4988-9c46-4d095966d0d6",
                            "last_updated": "2024-01-29T22:13:11.014763-05:00",
                            "created_at": "2024-01-23T22:48:18.219110-05:00",
                            "name": "Detroit Lions",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21994935-182a-4574-9f9f-32da158861f5/?format=api"
                        },
                        {
                            "id": "e67b6832-14cd-4641-b491-07fed5256975",
                            "gambit_id": "b6194d80-0741-4d2c-841f-43f1b1bccc6f",
                            "last_updated": "2024-01-29T22:13:11.011596-05:00",
                            "created_at": "2024-01-23T22:48:18.225551-05:00",
                            "name": "San Francisco 49ers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21994935-182a-4574-9f9f-32da158861f5/?format=api"
                        }
                    ]
                },
                {
                    "id": "ecbd6d1e-086b-4008-8b2c-7052db09a5b1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0fd12486-f6c0-43da-bd05-31c8e58669c6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T22:48:18.230185-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 53.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 53.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "53563faa-a690-4bc3-9747-6f0ef780c36e",
                            "gambit_id": "1609e86d-13b3-41b2-9703-aa2e5652331a",
                            "last_updated": "2024-01-29T22:13:11.021080-05:00",
                            "created_at": "2024-01-23T22:48:18.234093-05:00",
                            "name": "Game Total Over 53.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "53.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecbd6d1e-086b-4008-8b2c-7052db09a5b1/?format=api"
                        },
                        {
                            "id": "d761c14a-d912-4813-9ea7-21789950b8b7",
                            "gambit_id": "23486bc5-6c19-409a-9fbe-24ef8a36dd5a",
                            "last_updated": "2024-01-29T22:13:11.024822-05:00",
                            "created_at": "2024-01-23T22:48:18.239269-05:00",
                            "name": "Game Total Under 53.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "53.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ecbd6d1e-086b-4008-8b2c-7052db09a5b1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "156505c4-7eb1-4731-a001-6006ac640317",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "846e49c0-86e1-43db-85e6-7b9c3594da7f",
            "completed": true,
            "last_updated": "2024-01-29T22:23:13.202850-05:00",
            "created_at": "2024-01-28T09:58:21.290670-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.46,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/846e49c0-86e1-43db-85e6-7b9c3594da7f",
            "datetime": "2024-01-28T18:10:00-05:00",
            "cutoff_datetime": "2024-01-28T18:10:00-05:00",
            "name": "Phoenix Suns v. Orlando Magic",
            "bettypes": [
                {
                    "id": "f11e9b30-ce51-47df-9b07-d7734d482432",
                    "match": "https://api-prod.gambitprofit.com/api/matches/156505c4-7eb1-4731-a001-6006ac640317/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:21.320883-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5319.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3e453614-aed4-4081-aa9a-3ee777b46e65",
                            "gambit_id": "d8dbd00d-f126-4c75-911a-773807c9c863",
                            "last_updated": "2024-01-29T22:23:13.228610-05:00",
                            "created_at": "2024-01-28T09:58:21.327869-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11e9b30-ce51-47df-9b07-d7734d482432/?format=api"
                        },
                        {
                            "id": "42b18a04-b8cc-4844-b97a-569e713764d2",
                            "gambit_id": "505bf96c-bb94-4124-993d-7dbd395102ca",
                            "last_updated": "2024-01-29T22:23:13.232752-05:00",
                            "created_at": "2024-01-28T09:58:21.333489-05:00",
                            "name": "Orlando Magic",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11e9b30-ce51-47df-9b07-d7734d482432/?format=api"
                        }
                    ]
                },
                {
                    "id": "1613b9b8-286d-46d7-95a9-4ccc33e274a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/156505c4-7eb1-4731-a001-6006ac640317/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:21.298814-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "646fabd3-b8c4-45e8-9e0b-c03f1a1a769f",
                            "gambit_id": "58f1233e-dd5e-4473-9310-31003fa793ba",
                            "last_updated": "2024-01-29T22:23:13.217737-05:00",
                            "created_at": "2024-01-28T09:58:21.304018-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1613b9b8-286d-46d7-95a9-4ccc33e274a7/?format=api"
                        },
                        {
                            "id": "6861dd43-2542-449a-89fb-3963748fd667",
                            "gambit_id": "9c116ed2-f678-4749-822b-37169b232070",
                            "last_updated": "2024-01-29T22:23:13.221162-05:00",
                            "created_at": "2024-01-28T09:58:21.310346-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1613b9b8-286d-46d7-95a9-4ccc33e274a7/?format=api"
                        }
                    ]
                },
                {
                    "id": "93c320d3-0851-486e-b7c7-071a5e0f3c9b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/156505c4-7eb1-4731-a001-6006ac640317/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:21.339734-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 227.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 227.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e41c1458-1cb4-4e62-bca3-68bd7326dd23",
                            "gambit_id": "b272410b-c252-43de-b05a-fb8600daa1b1",
                            "last_updated": "2024-01-29T22:23:13.240275-05:00",
                            "created_at": "2024-01-28T09:58:21.345096-05:00",
                            "name": "Game Total Over 227.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93c320d3-0851-486e-b7c7-071a5e0f3c9b/?format=api"
                        },
                        {
                            "id": "29553d44-317f-42b2-abdc-d7d46cd9a49d",
                            "gambit_id": "2df391e9-cf23-4636-b1e9-7c7e4d87d684",
                            "last_updated": "2024-01-29T22:23:13.243776-05:00",
                            "created_at": "2024-01-28T09:58:21.351719-05:00",
                            "name": "Game Total Under 227.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93c320d3-0851-486e-b7c7-071a5e0f3c9b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "adcadc0c-c8ce-4672-b412-92fde0197247",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a019496d-77f1-4b24-b5db-2c989aa955a8",
            "completed": true,
            "last_updated": "2024-01-29T22:18:12.421198-05:00",
            "created_at": "2024-01-28T09:58:21.545949-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.01,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/a019496d-77f1-4b24-b5db-2c989aa955a8",
            "datetime": "2024-01-28T18:10:00-05:00",
            "cutoff_datetime": "2024-01-28T18:10:00-05:00",
            "name": "Toronto Raptors v. Atlanta Hawks",
            "bettypes": [
                {
                    "id": "5048a71c-e78c-4b80-8334-b3875ad1de56",
                    "match": "https://api-prod.gambitprofit.com/api/matches/adcadc0c-c8ce-4672-b412-92fde0197247/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:21.566706-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 6935.0
                            },
                            {
                                "team": "Toronto Raptors",
                                "amount": 3065.0
                            }
                        ],
                        "expected_reward_tokens": 9500.95,
                        "profit_sb": 0.95,
                        "profit_sb_percentage": 0.01,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "0862a732-c166-45f7-b7e9-2b691dc9cae4",
                            "gambit_id": "48b67cad-6d36-4725-8f75-35cccf5cae66",
                            "last_updated": "2024-01-29T22:18:12.443308-05:00",
                            "created_at": "2024-01-28T09:58:21.577256-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.37000",
                            "odds": "1.38460",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5048a71c-e78c-4b80-8334-b3875ad1de56/?format=api"
                        },
                        {
                            "id": "052b993b-f335-4a2e-bc3b-e0cd53ebc588",
                            "gambit_id": "26920a74-5229-493a-b4f8-a939af98e8da",
                            "last_updated": "2024-01-29T22:18:12.439986-05:00",
                            "created_at": "2024-01-28T09:58:21.571653-05:00",
                            "name": "Toronto Raptors",
                            "reward": "3.10000",
                            "odds": "3.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5048a71c-e78c-4b80-8334-b3875ad1de56/?format=api"
                        }
                    ]
                },
                {
                    "id": "4f55d77d-819f-4449-81e4-839c75414b8b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/adcadc0c-c8ce-4672-b412-92fde0197247/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:21.552022-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Raptors",
                                "amount": 5000.0
                            },
                            {
                                "team": "Atlanta Hawks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4c9525db-abf9-4fb9-bb91-7eb8a920955f",
                            "gambit_id": "32d8bc45-1a65-404a-b49b-048f78fe4960",
                            "last_updated": "2024-01-29T22:18:12.429656-05:00",
                            "created_at": "2024-01-28T09:58:21.557578-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f55d77d-819f-4449-81e4-839c75414b8b/?format=api"
                        },
                        {
                            "id": "0946075d-dd1a-4feb-9fd2-d192e4b0572f",
                            "gambit_id": "ad26bfee-a1b1-4955-a634-231fe8d3e51b",
                            "last_updated": "2024-01-29T22:18:12.433134-05:00",
                            "created_at": "2024-01-28T09:58:21.562247-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f55d77d-819f-4449-81e4-839c75414b8b/?format=api"
                        }
                    ]
                },
                {
                    "id": "5def7476-5c55-472d-9572-97600b4b9683",
                    "match": "https://api-prod.gambitprofit.com/api/matches/adcadc0c-c8ce-4672-b412-92fde0197247/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:21.581766-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 240",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 240",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1b2016e6-5478-464d-96f4-d9515f76ad60",
                            "gambit_id": "0717d6ab-afb5-4ab7-b33c-dfb087090da0",
                            "last_updated": "2024-01-29T22:18:12.449987-05:00",
                            "created_at": "2024-01-28T09:58:21.587608-05:00",
                            "name": "Game Total Over 240",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "240.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5def7476-5c55-472d-9572-97600b4b9683/?format=api"
                        },
                        {
                            "id": "d33d2e87-9547-41b1-bd19-24723bde6753",
                            "gambit_id": "0908cdac-0fc6-49ec-82f0-0c993a6bc4f0",
                            "last_updated": "2024-01-29T22:18:12.454512-05:00",
                            "created_at": "2024-01-28T09:58:21.594965-05:00",
                            "name": "Game Total Under 240",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "240.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5def7476-5c55-472d-9572-97600b4b9683/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f1c315cc-bd21-4123-903d-e17a56323394",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6082651d-8a6c-494b-9ec5-3c781a4d17c7",
            "completed": true,
            "last_updated": "2024-01-29T22:23:12.969553-05:00",
            "created_at": "2024-01-28T09:58:21.042386-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.13,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/6082651d-8a6c-494b-9ec5-3c781a4d17c7",
            "datetime": "2024-01-28T15:40:00-05:00",
            "cutoff_datetime": "2024-01-28T15:40:00-05:00",
            "name": "Memphis Grizzlies v. Indiana Pacers",
            "bettypes": [
                {
                    "id": "8dd9b502-d351-416a-96c5-c6b54a43764a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1c315cc-bd21-4123-903d-e17a56323394/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:21.068825-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Indiana Pacers",
                                "amount": 7152.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 2848.0
                            }
                        ],
                        "expected_reward_tokens": 9512.16,
                        "profit_sb": 12.16,
                        "profit_sb_percentage": 0.13,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "c344e898-4901-42d1-9f8f-eba92fdd2c81",
                            "gambit_id": "f8a53c51-676c-418b-bb95-e1e48442c194",
                            "last_updated": "2024-01-29T22:23:12.997884-05:00",
                            "created_at": "2024-01-28T09:58:21.079723-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.33000",
                            "odds": "1.34480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd9b502-d351-416a-96c5-c6b54a43764a/?format=api"
                        },
                        {
                            "id": "6cb4fdef-04f1-456d-829b-e1e673e35929",
                            "gambit_id": "88ac8ca7-9426-44a8-b987-005892b66349",
                            "last_updated": "2024-01-29T22:23:12.994494-05:00",
                            "created_at": "2024-01-28T09:58:21.074349-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "3.34000",
                            "odds": "3.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd9b502-d351-416a-96c5-c6b54a43764a/?format=api"
                        }
                    ]
                },
                {
                    "id": "f5ff22da-6dcc-40f6-850c-294708cc9f22",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1c315cc-bd21-4123-903d-e17a56323394/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:21.047677-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5000.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2ce4c0ac-6ee4-4bf5-84f3-ce37dd509230",
                            "gambit_id": "76490f49-ff7f-4123-8ca2-6e51c0852262",
                            "last_updated": "2024-01-29T22:23:12.983226-05:00",
                            "created_at": "2024-01-28T09:58:21.056166-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ff22da-6dcc-40f6-850c-294708cc9f22/?format=api"
                        },
                        {
                            "id": "6a0a97c9-ea63-43b1-add3-5c264b049232",
                            "gambit_id": "592e8ff6-ac48-416b-947c-e77961138b2b",
                            "last_updated": "2024-01-29T22:23:12.987144-05:00",
                            "created_at": "2024-01-28T09:58:21.063178-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5ff22da-6dcc-40f6-850c-294708cc9f22/?format=api"
                        }
                    ]
                },
                {
                    "id": "bf62bb97-345e-4a5b-ad61-d419979c00dc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1c315cc-bd21-4123-903d-e17a56323394/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:21.084186-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 229",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "431ad692-d48f-4e01-b822-381a9485fe06",
                            "gambit_id": "37a23392-fd57-4679-bdb3-a8ac51b56b22",
                            "last_updated": "2024-01-29T22:23:13.005762-05:00",
                            "created_at": "2024-01-28T09:58:21.088913-05:00",
                            "name": "Game Total Over 229",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "229.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf62bb97-345e-4a5b-ad61-d419979c00dc/?format=api"
                        },
                        {
                            "id": "5a9c4fbb-fe37-49fe-a9dd-28850fe993be",
                            "gambit_id": "3b31f4eb-7f82-4039-bb30-dbc1510188d4",
                            "last_updated": "2024-01-29T22:23:13.009291-05:00",
                            "created_at": "2024-01-28T09:58:21.094776-05:00",
                            "name": "Game Total Under 229",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "229.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bf62bb97-345e-4a5b-ad61-d419979c00dc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0e5b386e-2697-4ddd-a075-a258d62790d0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6f45975d-83ff-43e1-be1e-43bc4b31bfb9",
            "completed": true,
            "last_updated": "2024-01-29T22:18:11.665783-05:00",
            "created_at": "2024-01-23T22:48:17.926227-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.18,
            "sport_category": "NFL",
            "sport": "American Football",
            "url": "https://app.gambitrewards.com/match/6f45975d-83ff-43e1-be1e-43bc4b31bfb9",
            "datetime": "2024-01-28T15:00:00-05:00",
            "cutoff_datetime": "2024-01-28T15:00:00-05:00",
            "name": "Kansas City Chiefs v. Baltimore Ravens",
            "bettypes": [
                {
                    "id": "4ca007b0-775d-498b-846c-792741659aa2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0e5b386e-2697-4ddd-a075-a258d62790d0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T22:48:17.936813-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Baltimore Ravens",
                                "amount": 6611.0
                            },
                            {
                                "team": "Kansas City Chiefs",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9387.53,
                        "profit_sb": -112.47,
                        "profit_sb_percentage": -1.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4f03b51a-9593-403e-92ef-6206a0751332",
                            "gambit_id": "b6ed6e72-da87-43d7-b8ac-74d65d717267",
                            "last_updated": "2024-01-29T22:18:11.687673-05:00",
                            "created_at": "2024-01-23T22:48:17.947823-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.42000",
                            "odds": "1.44440",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ca007b0-775d-498b-846c-792741659aa2/?format=api"
                        },
                        {
                            "id": "95b5a313-de2c-45a2-ab92-347af53b3c9a",
                            "gambit_id": "c79aca08-5f6d-46af-a8b9-e5f26318fb17",
                            "last_updated": "2024-01-29T22:18:11.683852-05:00",
                            "created_at": "2024-01-23T22:48:17.943049-05:00",
                            "name": "Kansas City Chiefs",
                            "reward": "2.77000",
                            "odds": "2.85000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ca007b0-775d-498b-846c-792741659aa2/?format=api"
                        }
                    ]
                },
                {
                    "id": "64396ab7-e766-42b9-9489-405dc0c8b59d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0e5b386e-2697-4ddd-a075-a258d62790d0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T22:48:17.952269-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Baltimore Ravens",
                                "amount": 5107.0
                            },
                            {
                                "team": "Kansas City Chiefs",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c2bc6523-1a22-4534-966d-21ff47805dfb",
                            "gambit_id": "31747b94-4476-4a99-9290-215b95333c8d",
                            "last_updated": "2024-01-29T22:18:11.699620-05:00",
                            "created_at": "2024-01-23T22:48:17.960871-05:00",
                            "name": "Baltimore Ravens",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64396ab7-e766-42b9-9489-405dc0c8b59d/?format=api"
                        },
                        {
                            "id": "087b76cc-01cc-4c64-b47c-35fd871e99f5",
                            "gambit_id": "5e2a7314-0361-41de-8e8e-ab69e3eaa418",
                            "last_updated": "2024-01-29T22:18:11.695978-05:00",
                            "created_at": "2024-01-23T22:48:17.956898-05:00",
                            "name": "Kansas City Chiefs",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64396ab7-e766-42b9-9489-405dc0c8b59d/?format=api"
                        }
                    ]
                },
                {
                    "id": "d7a2fb56-0e4b-4f1d-94ca-6d18de2f4344",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0e5b386e-2697-4ddd-a075-a258d62790d0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T22:48:17.964687-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 44",
                                "amount": 5107.0
                            },
                            {
                                "team": "Game Total Over 44",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1cd214ae-5639-4c98-ba67-9504cedeec6e",
                            "gambit_id": "9e79fa77-d7ae-45ef-96a6-93e8a2cce5e1",
                            "last_updated": "2024-01-29T22:18:11.710041-05:00",
                            "created_at": "2024-01-23T22:48:17.972955-05:00",
                            "name": "Game Total Under 44",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "44.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a2fb56-0e4b-4f1d-94ca-6d18de2f4344/?format=api"
                        },
                        {
                            "id": "95c828c8-e9b2-4aff-81ea-ff9064f54229",
                            "gambit_id": "fb8187d3-e033-4fc7-bbf2-1d215ab71b18",
                            "last_updated": "2024-01-29T22:18:11.706729-05:00",
                            "created_at": "2024-01-23T22:48:17.968703-05:00",
                            "name": "Game Total Over 44",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "44.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7a2fb56-0e4b-4f1d-94ca-6d18de2f4344/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2bd934a2-e2a8-4b37-8005-ba0cfb1cb833",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a7abc136-27b1-4306-bc82-895a30e989d0",
            "completed": true,
            "last_updated": "2024-01-29T22:23:13.450784-05:00",
            "created_at": "2024-01-28T09:58:20.790586-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.3,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/a7abc136-27b1-4306-bc82-895a30e989d0",
            "datetime": "2024-01-28T14:10:00-05:00",
            "cutoff_datetime": "2024-01-28T14:10:00-05:00",
            "name": "Oklahoma City Thunder v. Detroit Pistons",
            "bettypes": [
                {
                    "id": "3b6159dc-0deb-4698-bb34-fb47ebc27b4c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2bd934a2-e2a8-4b37-8005-ba0cfb1cb833/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:20.817153-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 8584.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 1416.0
                            }
                        ],
                        "expected_reward_tokens": 9528.24,
                        "profit_sb": 28.24,
                        "profit_sb_percentage": 0.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d88c4706-4105-45fd-ac66-54499169b2b9",
                            "gambit_id": "e7ee5612-4924-446c-8344-41f9d40e2967",
                            "last_updated": "2024-01-29T22:23:13.472084-05:00",
                            "created_at": "2024-01-28T09:58:20.820769-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.11000",
                            "odds": "1.11110",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6159dc-0deb-4698-bb34-fb47ebc27b4c/?format=api"
                        },
                        {
                            "id": "fad422a7-8980-4ba2-a760-8ff5a022b99e",
                            "gambit_id": "a6e2ada7-e961-4153-aee3-5fd8c1f2712a",
                            "last_updated": "2024-01-29T22:23:13.475285-05:00",
                            "created_at": "2024-01-28T09:58:20.826601-05:00",
                            "name": "Detroit Pistons",
                            "reward": "6.73000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b6159dc-0deb-4698-bb34-fb47ebc27b4c/?format=api"
                        }
                    ]
                },
                {
                    "id": "0359fc26-6f39-4b0a-a09c-98853c01a3b2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2bd934a2-e2a8-4b37-8005-ba0cfb1cb833/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:20.799386-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "78de32a8-efe8-4987-98c2-54895ace15d6",
                            "gambit_id": "90ff5a3a-f84f-4ff4-aea1-725650cba4d1",
                            "last_updated": "2024-01-29T22:23:13.462113-05:00",
                            "created_at": "2024-01-28T09:58:20.804649-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-12.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0359fc26-6f39-4b0a-a09c-98853c01a3b2/?format=api"
                        },
                        {
                            "id": "fd60984c-8ace-49fa-bab1-0694b381d695",
                            "gambit_id": "1969bc5d-f356-4e16-8608-fc9318df234f",
                            "last_updated": "2024-01-29T22:23:13.465691-05:00",
                            "created_at": "2024-01-28T09:58:20.812726-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "12.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0359fc26-6f39-4b0a-a09c-98853c01a3b2/?format=api"
                        }
                    ]
                },
                {
                    "id": "4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2bd934a2-e2a8-4b37-8005-ba0cfb1cb833/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:20.831136-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 237",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 237",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "809bdb91-4070-4180-90f7-d50664a07a24",
                            "gambit_id": "bcfdb112-bd1e-4e83-8ca1-fe3660b8d63d",
                            "last_updated": "2024-01-29T22:23:13.482288-05:00",
                            "created_at": "2024-01-28T09:58:20.835936-05:00",
                            "name": "Game Total Over 237",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "237.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75/?format=api"
                        },
                        {
                            "id": "eac1cb94-029d-4c5a-b2f2-3a4c6db55fb5",
                            "gambit_id": "59c3c58f-f6a3-4e6a-91b0-20bb11883ae6",
                            "last_updated": "2024-01-29T22:23:13.485639-05:00",
                            "created_at": "2024-01-28T09:58:20.846952-05:00",
                            "name": "Game Total Under 237",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "237.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8f1c28-7b63-40c9-b0c9-9e98fd70ca75/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "79f73196-e2ea-4d23-b370-a807e32460db",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ade1fbe2-876c-4ce1-9128-3a89673af567",
            "completed": true,
            "last_updated": "2024-01-29T22:18:13.207730-05:00",
            "created_at": "2024-01-28T09:58:20.529924-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ade1fbe2-876c-4ce1-9128-3a89673af567",
            "datetime": "2024-01-28T14:07:00-05:00",
            "cutoff_datetime": "2024-01-28T14:07:00-05:00",
            "name": "Los Angeles Kings v. St Louis Blues",
            "bettypes": [
                {
                    "id": "7a25d166-89a8-4a12-a180-2ab3b32208d1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79f73196-e2ea-4d23-b370-a807e32460db/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-28T09:58:20.553545-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5939.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f069d9a4-9269-423b-9bef-2e0882e72af5",
                            "gambit_id": "c3fa42f7-8fa8-4d30-8547-8945869688f4",
                            "last_updated": "2024-01-29T22:18:13.217553-05:00",
                            "created_at": "2024-01-28T09:58:20.562608-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a25d166-89a8-4a12-a180-2ab3b32208d1/?format=api"
                        },
                        {
                            "id": "8f3383b3-1d7b-419b-84ef-a6a02f4900ef",
                            "gambit_id": "fca7d58f-06fc-4cf9-a3a2-1acf94b55209",
                            "last_updated": "2024-01-29T22:18:13.220843-05:00",
                            "created_at": "2024-01-28T09:58:20.568476-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a25d166-89a8-4a12-a180-2ab3b32208d1/?format=api"
                        }
                    ]
                },
                {
                    "id": "57e40a4d-17dd-44bf-b93e-8f83307eb3d7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79f73196-e2ea-4d23-b370-a807e32460db/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-28T09:58:20.573042-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Blues",
                                "amount": 6154.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 3846.0
                            }
                        ],
                        "expected_reward_tokens": 9538.08,
                        "profit_sb": 38.08,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dd9aa1f1-4ea8-4b3f-bad1-73d194004caa",
                            "gambit_id": "c397540c-e018-45c9-84de-d3ed5dcb320f",
                            "last_updated": "2024-01-29T22:18:13.230674-05:00",
                            "created_at": "2024-01-28T09:58:20.582590-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e40a4d-17dd-44bf-b93e-8f83307eb3d7/?format=api"
                        },
                        {
                            "id": "29809905-def3-4694-9b2b-09caf8bdc424",
                            "gambit_id": "61888774-ab73-4393-9033-810972c626b4",
                            "last_updated": "2024-01-29T22:18:13.227321-05:00",
                            "created_at": "2024-01-28T09:58:20.577990-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.48000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57e40a4d-17dd-44bf-b93e-8f83307eb3d7/?format=api"
                        }
                    ]
                },
                {
                    "id": "1edbdec9-4dc1-4362-8b84-29ce52e3e868",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79f73196-e2ea-4d23-b370-a807e32460db/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-28T09:58:20.587609-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "92bd3888-5555-44e8-aeeb-4a12f3f0f25c",
                            "gambit_id": "235a4f49-6c34-4a4f-a232-af58a3a13dc1",
                            "last_updated": "2024-01-29T22:18:13.240650-05:00",
                            "created_at": "2024-01-28T09:58:20.591183-05: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/1edbdec9-4dc1-4362-8b84-29ce52e3e868/?format=api"
                        },
                        {
                            "id": "87b16f85-dceb-48d9-b22d-d895dac353aa",
                            "gambit_id": "292ccbf7-6e8e-4635-9b7f-9e1330c78f41",
                            "last_updated": "2024-01-29T22:18:13.237260-05:00",
                            "created_at": "2024-01-28T09:58:20.595621-05: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/1edbdec9-4dc1-4362-8b84-29ce52e3e868/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "b3adf2e0-bbaa-4b5d-9706-1de111c1c863",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a4cc5440-3337-4b0d-b113-903cc2d77889",
            "completed": false,
            "last_updated": "2024-02-03T22:58:21.609071-05:00",
            "created_at": "2024-01-27T09:18:16.327772-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -9999,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/a4cc5440-3337-4b0d-b113-903cc2d77889",
            "datetime": "2024-01-27T22:59:00-05:00",
            "cutoff_datetime": "2024-01-27T22:59:00-05:00",
            "name": "US Lottery - Powerball: Pick the Powerball Number - January 27th 2024",
            "bettypes": [
                {
                    "id": "61ef0e3a-571b-4001-9fcd-d9a2364499ab",
                    "match": "https://api-prod.gambitprofit.com/api/matches/b3adf2e0-bbaa-4b5d-9706-1de111c1c863/?format=api",
                    "name": "FreeForm",
                    "created_at": "2024-01-27T09:18:16.337508-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "no_risk": {
                        "possible": false,
                        "description": "Too many lines to bet on"
                    },
                    "lines": [
                        {
                            "id": "e2bbca38-f6fe-4aa4-9ecb-209534a3215d",
                            "gambit_id": "86e934be-f62e-45c8-8260-2a8cc4593fec",
                            "last_updated": "2024-02-03T22:58:21.650270-05:00",
                            "created_at": "2024-01-27T09:18:16.358877-05:00",
                            "name": "21 to 26",
                            "reward": "3.87000",
                            "odds": "4.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                        },
                        {
                            "id": "1be708d8-85c1-4c3f-882b-455c6702d029",
                            "gambit_id": "77ae9bea-a01e-471c-abfe-558129665739",
                            "last_updated": "2024-02-03T22:58:21.628100-05:00",
                            "created_at": "2024-01-27T09:18:16.342344-05:00",
                            "name": "1 to 5",
                            "reward": "4.58000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                        },
                        {
                            "id": "8978d4f0-5825-4a04-a87e-4a982b1ffee5",
                            "gambit_id": "7394b572-24e4-4feb-b436-f8461dc801a6",
                            "last_updated": "2024-02-03T22:58:21.643442-05:00",
                            "created_at": "2024-01-27T09:18:16.351252-05:00",
                            "name": "11 to 15",
                            "reward": "4.58000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                        },
                        {
                            "id": "17b7df0c-da5e-46c4-9948-04d9fae962bc",
                            "gambit_id": "76a68334-c5a2-4316-a0ee-76596e67198c",
                            "last_updated": "2024-02-03T22:58:21.636057-05:00",
                            "created_at": "2024-01-27T09:18:16.347438-05:00",
                            "name": "6 to 10",
                            "reward": "4.58000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                        },
                        {
                            "id": "d9d6df6e-4e61-4e08-8cad-0d67a09ed117",
                            "gambit_id": "67ba092c-7a0d-418f-978b-8f775a073a3f",
                            "last_updated": "2024-02-03T22:58:21.647050-05:00",
                            "created_at": "2024-01-27T09:18:16.355177-05:00",
                            "name": "16 to 20",
                            "reward": "4.58000",
                            "odds": "4.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61ef0e3a-571b-4001-9fcd-d9a2364499ab/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "55edeb7b-bb7b-4b1a-bdc4-35049dc6dd61",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "0c5e5afa-01bf-4805-8b0a-0dfbbc769473",
            "completed": true,
            "last_updated": "2024-01-29T22:13:16.990963-05:00",
            "created_at": "2024-01-27T09:18:16.128628-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.58,
            "sport_category": "Powerball Betting",
            "sport": "Non Sporting",
            "url": "https://app.gambitrewards.com/match/0c5e5afa-01bf-4805-8b0a-0dfbbc769473",
            "datetime": "2024-01-27T22:59:00-05:00",
            "cutoff_datetime": "2024-01-27T22:59:00-05:00",
            "name": "US Lottery - Powerball: Odd or Even Powerball Number - January 27th 2024",
            "bettypes": [
                {
                    "id": "98f52ac3-d1de-427f-a05f-d01d9422655d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/55edeb7b-bb7b-4b1a-bdc4-35049dc6dd61/?format=api",
                    "name": "FreeForm",
                    "created_at": "2024-01-27T09:18:16.138237-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Odd",
                                "amount": 5000.0
                            },
                            {
                                "team": "Even",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bdbaca12-26b5-4974-8d13-7e7ae682b44a",
                            "gambit_id": "4d1b31d2-67f3-499d-9802-705d05b35da2",
                            "last_updated": "2024-01-29T22:13:17.003236-05:00",
                            "created_at": "2024-01-27T09:18:16.142368-05:00",
                            "name": "Odd",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98f52ac3-d1de-427f-a05f-d01d9422655d/?format=api"
                        },
                        {
                            "id": "127dfa7b-2021-4eb9-906e-9d9d61def0f4",
                            "gambit_id": "39ee474c-ec88-406b-b876-a42454640bf4",
                            "last_updated": "2024-01-29T22:13:17.006833-05:00",
                            "created_at": "2024-01-27T09:18:16.146089-05:00",
                            "name": "Even",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/98f52ac3-d1de-427f-a05f-d01d9422655d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a5535d98-0753-4ee0-8e05-a8b8fe44f12a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "56cea9fc-5954-4426-95e9-41d1f548ddf5",
            "completed": true,
            "last_updated": "2024-01-29T21:48:08.314565-05:00",
            "created_at": "2024-01-27T09:18:15.671097-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.22,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/56cea9fc-5954-4426-95e9-41d1f548ddf5",
            "datetime": "2024-01-27T22:07:00-05:00",
            "cutoff_datetime": "2024-01-27T22:07:00-05:00",
            "name": "Columbus Blue Jackets v. Vancouver Canucks",
            "bettypes": [
                {
                    "id": "14247080-e600-4d47-9a4b-8156da780f71",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5535d98-0753-4ee0-8e05-a8b8fe44f12a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:15.680368-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Canucks",
                                "amount": 7106.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 2894.0
                            }
                        ],
                        "expected_reward_tokens": 9521.26,
                        "profit_sb": 21.26,
                        "profit_sb_percentage": 0.22,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "67ab0ac6-7040-4c6a-b2bf-3b7daf0acbab",
                            "gambit_id": "1cc3cf68-b84c-4f2e-b310-8ab6c1861b8d",
                            "last_updated": "2024-01-29T21:48:08.331866-05:00",
                            "created_at": "2024-01-27T09:18:15.695595-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.34000",
                            "odds": "1.35710",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14247080-e600-4d47-9a4b-8156da780f71/?format=api"
                        },
                        {
                            "id": "f51a71a5-bc63-44c4-8f43-5fc02961243a",
                            "gambit_id": "b70858d7-f683-4a5b-a428-a4a9c3774bf1",
                            "last_updated": "2024-01-29T21:48:08.328788-05:00",
                            "created_at": "2024-01-27T09:18:15.690733-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "3.29000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14247080-e600-4d47-9a4b-8156da780f71/?format=api"
                        }
                    ]
                },
                {
                    "id": "7b6bee7b-7674-401c-976e-372758a22f3f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5535d98-0753-4ee0-8e05-a8b8fe44f12a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:15.699972-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Canucks",
                                "amount": 5107.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dbae5a36-f300-4f45-adba-c86d9be63296",
                            "gambit_id": "af26cf0a-b58e-4055-a29c-3941d8ba27d1",
                            "last_updated": "2024-01-29T21:48:08.346679-05:00",
                            "created_at": "2024-01-27T09:18:15.708685-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b6bee7b-7674-401c-976e-372758a22f3f/?format=api"
                        },
                        {
                            "id": "7c631b2c-cdbc-483e-aa69-329a550db759",
                            "gambit_id": "35d08359-4ce3-4d69-a227-2e1319b3bcc8",
                            "last_updated": "2024-01-29T21:48:08.343450-05:00",
                            "created_at": "2024-01-27T09:18:15.703971-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b6bee7b-7674-401c-976e-372758a22f3f/?format=api"
                        }
                    ]
                },
                {
                    "id": "51c0a244-8416-438d-9a29-a913ae6ca54b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a5535d98-0753-4ee0-8e05-a8b8fe44f12a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:15.713278-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5512.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "23bc76c9-af09-4ea2-8485-0755fc7e8115",
                            "gambit_id": "d0cd6d95-4bdd-47ff-82be-2f0ee41311b4",
                            "last_updated": "2024-01-29T21:48:08.364952-05:00",
                            "created_at": "2024-01-27T09:18:15.717098-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51c0a244-8416-438d-9a29-a913ae6ca54b/?format=api"
                        },
                        {
                            "id": "238c63ee-a38e-47e1-a342-1b432a1c9365",
                            "gambit_id": "a76fc884-db7a-4443-8762-00bbbfc302c1",
                            "last_updated": "2024-01-29T21:48:08.390323-05:00",
                            "created_at": "2024-01-27T09:18:15.720813-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51c0a244-8416-438d-9a29-a913ae6ca54b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "546c881e-d73c-43c0-8d19-76a85ae477d0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9323f5ab-2bec-4382-b275-812926910559",
            "completed": true,
            "last_updated": "2024-01-29T21:48:08.584444-05:00",
            "created_at": "2024-01-27T09:18:15.911207-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/9323f5ab-2bec-4382-b275-812926910559",
            "datetime": "2024-01-27T22:07:00-05:00",
            "cutoff_datetime": "2024-01-27T22:07:00-05:00",
            "name": "Chicago Blackhawks v. Calgary Flames",
            "bettypes": [
                {
                    "id": "1e399ced-253d-49b9-81de-a6d35e8cba5a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/546c881e-d73c-43c0-8d19-76a85ae477d0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:15.920822-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 7197.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 2803.0
                            }
                        ],
                        "expected_reward_tokens": 9500.04,
                        "profit_sb": 0.04,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "717aaba0-e823-4488-91a7-7597594fafee",
                            "gambit_id": "6df58b1e-f144-4e64-acaa-8792b0c624c2",
                            "last_updated": "2024-01-29T21:48:08.620238-05:00",
                            "created_at": "2024-01-27T09:18:15.929607-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e399ced-253d-49b9-81de-a6d35e8cba5a/?format=api"
                        },
                        {
                            "id": "c9a7a02b-bae1-42d1-b6e8-8bf8051043b1",
                            "gambit_id": "78b05f57-f854-4826-80ba-5cb238fcb26d",
                            "last_updated": "2024-01-29T21:48:08.607971-05:00",
                            "created_at": "2024-01-27T09:18:15.925240-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "3.39000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e399ced-253d-49b9-81de-a6d35e8cba5a/?format=api"
                        }
                    ]
                },
                {
                    "id": "c346b1bc-2b63-4402-896d-83e84aaecc0e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/546c881e-d73c-43c0-8d19-76a85ae477d0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:15.933257-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 5107.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a97768fb-d70a-4171-954f-766442b2fb4e",
                            "gambit_id": "7cf8f35b-4a23-45c7-b328-d325bcf20229",
                            "last_updated": "2024-01-29T21:48:08.633374-05:00",
                            "created_at": "2024-01-27T09:18:15.940245-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c346b1bc-2b63-4402-896d-83e84aaecc0e/?format=api"
                        },
                        {
                            "id": "3ce3d017-6c50-4701-9973-cc32fa4b3f83",
                            "gambit_id": "45c56cee-a3af-4e25-8341-dda0016bb32f",
                            "last_updated": "2024-01-29T21:48:08.630277-05:00",
                            "created_at": "2024-01-27T09:18:15.936700-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c346b1bc-2b63-4402-896d-83e84aaecc0e/?format=api"
                        }
                    ]
                },
                {
                    "id": "08cbf99e-edd5-4feb-9268-29992db309ee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/546c881e-d73c-43c0-8d19-76a85ae477d0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:15.943828-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7fcc33ea-30dc-4ec3-9206-bdcc87a690ce",
                            "gambit_id": "a6968313-83a3-4160-9dd4-e6e66f113021",
                            "last_updated": "2024-01-29T21:48:08.645370-05:00",
                            "created_at": "2024-01-27T09:18:15.951502-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08cbf99e-edd5-4feb-9268-29992db309ee/?format=api"
                        },
                        {
                            "id": "6ba72ea5-1413-4b2a-9d0b-1eb3afe73379",
                            "gambit_id": "ad3aed5a-de76-4345-b44b-d80f5ad7e956",
                            "last_updated": "2024-01-29T21:48:08.642219-05:00",
                            "created_at": "2024-01-27T09:18:15.947055-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08cbf99e-edd5-4feb-9268-29992db309ee/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "37f71491-4a45-459c-8061-5e7f2d5cefee",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "78d06006-47e4-477d-8fc5-38e0c06f58e5",
            "completed": true,
            "last_updated": "2024-01-29T22:03:09.402465-05:00",
            "created_at": "2024-01-27T09:18:15.442921-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/78d06006-47e4-477d-8fc5-38e0c06f58e5",
            "datetime": "2024-01-27T21:10:00-05:00",
            "cutoff_datetime": "2024-01-27T21:10:00-05:00",
            "name": "Sacramento Kings v. Dallas Mavericks",
            "bettypes": [
                {
                    "id": "4bd7822f-cbbe-483f-9618-ff9da27c5e10",
                    "match": "https://api-prod.gambitprofit.com/api/matches/37f71491-4a45-459c-8061-5e7f2d5cefee/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:15.447931-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6090.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ae7c6e33-9a76-4334-a733-1563e3ac448d",
                            "gambit_id": "dd81e399-fbd1-4504-aa93-408d468ca7d0",
                            "last_updated": "2024-01-29T22:03:09.416452-05:00",
                            "created_at": "2024-01-27T09:18:15.451839-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bd7822f-cbbe-483f-9618-ff9da27c5e10/?format=api"
                        },
                        {
                            "id": "0b623251-4c7d-4a0a-a81e-2db76ec8e897",
                            "gambit_id": "ea4385a6-5f21-4059-bc97-7a660f46a408",
                            "last_updated": "2024-01-29T22:03:09.419952-05:00",
                            "created_at": "2024-01-27T09:18:15.456285-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bd7822f-cbbe-483f-9618-ff9da27c5e10/?format=api"
                        }
                    ]
                },
                {
                    "id": "0551c63a-5b74-4687-bee2-dec13a5818bb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/37f71491-4a45-459c-8061-5e7f2d5cefee/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:15.460733-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ac5ec4e9-d651-49b5-a43f-4baa868db058",
                            "gambit_id": "e97266f0-31b0-4587-ba1c-6699cd8db2ba",
                            "last_updated": "2024-01-29T22:03:09.426673-05:00",
                            "created_at": "2024-01-27T09:18:15.464425-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0551c63a-5b74-4687-bee2-dec13a5818bb/?format=api"
                        },
                        {
                            "id": "9c089f8a-0d84-45a2-b2c5-3b717faa0918",
                            "gambit_id": "db50c6c7-cc7f-42ca-9745-ffa92671aaea",
                            "last_updated": "2024-01-29T22:03:09.429768-05:00",
                            "created_at": "2024-01-27T09:18:15.468700-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0551c63a-5b74-4687-bee2-dec13a5818bb/?format=api"
                        }
                    ]
                },
                {
                    "id": "6bd39e4f-4e30-4bb0-a039-1c6b5c93dc2d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/37f71491-4a45-459c-8061-5e7f2d5cefee/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:15.473178-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 246",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 246",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "499efd7a-ad79-45c4-bf51-70ade3ce1917",
                            "gambit_id": "c3f0eb6e-1ce1-4f10-b719-a293a6e71ae8",
                            "last_updated": "2024-01-29T22:03:09.436572-05:00",
                            "created_at": "2024-01-27T09:18:15.476502-05:00",
                            "name": "Game Total Over 246",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "246.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd39e4f-4e30-4bb0-a039-1c6b5c93dc2d/?format=api"
                        },
                        {
                            "id": "bbe7bb22-97d5-41f1-a5d6-5ae04f2b578c",
                            "gambit_id": "c665b4bd-1af8-4d23-a66d-eef867afa7b6",
                            "last_updated": "2024-01-29T22:03:09.440009-05:00",
                            "created_at": "2024-01-27T09:18:15.480632-05:00",
                            "name": "Game Total Under 246",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "246.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bd39e4f-4e30-4bb0-a039-1c6b5c93dc2d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e69755f6-b139-4cd8-8995-e47dcf83f5c1",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c1c650f8-6fb4-47c8-a59e-c7981272e4bd",
            "completed": true,
            "last_updated": "2024-01-29T21:48:05.390196-05:00",
            "created_at": "2024-01-27T09:18:15.212861-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.7,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/c1c650f8-6fb4-47c8-a59e-c7981272e4bd",
            "datetime": "2024-01-27T21:07:00-05:00",
            "cutoff_datetime": "2024-01-27T21:07:00-05:00",
            "name": "Anaheim Ducks v. Minnesota Wild",
            "bettypes": [
                {
                    "id": "40dcf54a-17f0-4911-806d-d582ef8d403a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e69755f6-b139-4cd8-8995-e47dcf83f5c1/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:15.218858-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6643.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 3357.0
                            }
                        ],
                        "expected_reward_tokens": 9433.06,
                        "profit_sb": -66.94,
                        "profit_sb_percentage": -0.7,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fa4d04b2-ea2e-4ea1-8990-b294feae3991",
                            "gambit_id": "4ae521ee-c2eb-408b-aa45-dc2ad896d7d1",
                            "last_updated": "2024-01-29T21:48:05.411029-05:00",
                            "created_at": "2024-01-27T09:18:15.228486-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40dcf54a-17f0-4911-806d-d582ef8d403a/?format=api"
                        },
                        {
                            "id": "bc55dd50-6232-4cf2-82bf-70284a3acc0d",
                            "gambit_id": "62115c8f-375f-4c99-b0b6-3f985430dfc7",
                            "last_updated": "2024-01-29T21:48:05.403801-05:00",
                            "created_at": "2024-01-27T09:18:15.223627-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.81000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/40dcf54a-17f0-4911-806d-d582ef8d403a/?format=api"
                        }
                    ]
                },
                {
                    "id": "463755eb-7796-46a2-9de5-9484add0308d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e69755f6-b139-4cd8-8995-e47dcf83f5c1/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:15.232795-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Anaheim Ducks",
                                "amount": 5423.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9626c92e-4017-4034-835e-df886f22dbdd",
                            "gambit_id": "12d57c55-633f-465a-9343-bf140311ff04",
                            "last_updated": "2024-01-29T21:48:05.419758-05:00",
                            "created_at": "2024-01-27T09:18:15.237221-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/463755eb-7796-46a2-9de5-9484add0308d/?format=api"
                        },
                        {
                            "id": "4e4302aa-67c3-4e8a-b306-98f630d33cb3",
                            "gambit_id": "4b6b7825-307c-4afb-b070-4449288cabcb",
                            "last_updated": "2024-01-29T21:48:05.423812-05:00",
                            "created_at": "2024-01-27T09:18:15.241686-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/463755eb-7796-46a2-9de5-9484add0308d/?format=api"
                        }
                    ]
                },
                {
                    "id": "c59df35e-37bd-454c-9d66-c415aa30aad8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e69755f6-b139-4cd8-8995-e47dcf83f5c1/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:15.245909-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6ee8e148-dc90-4aaa-b2c1-20c594252fce",
                            "gambit_id": "5db615a5-c40e-4a7a-a354-cdc31d8803f4",
                            "last_updated": "2024-01-29T21:48:05.430674-05:00",
                            "created_at": "2024-01-27T09:18:15.250041-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c59df35e-37bd-454c-9d66-c415aa30aad8/?format=api"
                        },
                        {
                            "id": "f1c2ee7a-1e7e-47a5-8e15-0e74ab201c8e",
                            "gambit_id": "19c9eec0-85df-48b9-a81b-4ebca3047f55",
                            "last_updated": "2024-01-29T21:48:05.434156-05:00",
                            "created_at": "2024-01-27T09:18:15.254085-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c59df35e-37bd-454c-9d66-c415aa30aad8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1a75864a-3dec-4a9e-b1d9-7309d8cb1ef4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eb734f5a-6786-4332-9bcd-da79459d8800",
            "completed": true,
            "last_updated": "2024-01-29T22:03:09.173548-05:00",
            "created_at": "2024-01-27T09:18:14.978963-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.46,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/eb734f5a-6786-4332-9bcd-da79459d8800",
            "datetime": "2024-01-27T20:40:00-05:00",
            "cutoff_datetime": "2024-01-27T20:40:00-05:00",
            "name": "Los Angeles Lakers v. Golden State Warriors",
            "bettypes": [
                {
                    "id": "122f02d6-3063-4368-9af9-5162e48e599f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a75864a-3dec-4a9e-b1d9-7309d8cb1ef4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:15.001832-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5319.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "77aaae85-046d-46a9-89d5-a9a7816028c2",
                            "gambit_id": "5a8417c0-7c82-426a-b93a-66264a23ae6e",
                            "last_updated": "2024-01-29T22:03:09.200790-05:00",
                            "created_at": "2024-01-27T09:18:15.009937-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/122f02d6-3063-4368-9af9-5162e48e599f/?format=api"
                        },
                        {
                            "id": "17cdc342-a193-4f37-b3f9-2ac7fdacda8c",
                            "gambit_id": "faee6a6b-4a0a-4782-aff5-e522003f3349",
                            "last_updated": "2024-01-29T22:03:09.197270-05:00",
                            "created_at": "2024-01-27T09:18:15.005996-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/122f02d6-3063-4368-9af9-5162e48e599f/?format=api"
                        }
                    ]
                },
                {
                    "id": "d81d0066-3d75-42a6-b10f-32e92349ef9b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a75864a-3dec-4a9e-b1d9-7309d8cb1ef4/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:14.988740-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Golden State Warriors",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6ed5e985-e395-4b04-8ae9-b16c3c75adc1",
                            "gambit_id": "97857290-52cf-46e6-9f2e-45fb017795e4",
                            "last_updated": "2024-01-29T22:03:09.186522-05:00",
                            "created_at": "2024-01-27T09:18:14.993117-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d81d0066-3d75-42a6-b10f-32e92349ef9b/?format=api"
                        },
                        {
                            "id": "c7706bfa-d8cd-40fd-87eb-d6ef65f65a54",
                            "gambit_id": "c86ae7cc-0590-4e53-92f9-207cee60cf12",
                            "last_updated": "2024-01-29T22:03:09.190458-05:00",
                            "created_at": "2024-01-27T09:18:14.997430-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d81d0066-3d75-42a6-b10f-32e92349ef9b/?format=api"
                        }
                    ]
                },
                {
                    "id": "0782888f-94b6-4fed-a600-5a7113641283",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1a75864a-3dec-4a9e-b1d9-7309d8cb1ef4/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:15.014161-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 246",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 246",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "292ca74d-1fda-4489-9824-40fbc3788d9d",
                            "gambit_id": "fc904653-8234-49d0-8121-9801b8b1f50e",
                            "last_updated": "2024-01-29T22:03:09.207582-05:00",
                            "created_at": "2024-01-27T09:18:15.021617-05:00",
                            "name": "Game Total Under 246",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "246.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0782888f-94b6-4fed-a600-5a7113641283/?format=api"
                        },
                        {
                            "id": "c2be8ca9-ed16-42a3-9554-06ab3e746a6c",
                            "gambit_id": "392d139a-9ffd-4844-b76a-29c0891bc0c2",
                            "last_updated": "2024-01-29T22:03:09.211582-05:00",
                            "created_at": "2024-01-27T09:18:15.017893-05:00",
                            "name": "Game Total Over 246",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "246.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0782888f-94b6-4fed-a600-5a7113641283/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c62d5e7b-3185-4201-a866-478806c01f8b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "533ca42c-b777-4167-b5f0-a77ecf305943",
            "completed": true,
            "last_updated": "2024-01-29T22:03:09.860975-05:00",
            "created_at": "2024-01-27T09:18:14.744203-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.51,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/533ca42c-b777-4167-b5f0-a77ecf305943",
            "datetime": "2024-01-27T20:40:00-05:00",
            "cutoff_datetime": "2024-01-27T20:40:00-05:00",
            "name": "Minnesota Timberwolves v. San Antonio Spurs",
            "bettypes": [
                {
                    "id": "1cb013b6-5a6d-46f4-a73f-92f7b95f0325",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c62d5e7b-3185-4201-a866-478806c01f8b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:14.753456-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 8079.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 1921.0
                            }
                        ],
                        "expected_reward_tokens": 9451.32,
                        "profit_sb": -48.68,
                        "profit_sb_percentage": -0.51,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "873817a5-2241-473a-85a7-e3a89bf23223",
                            "gambit_id": "c439abb0-a697-45d8-bbba-12bac298acb7",
                            "last_updated": "2024-01-29T22:03:09.869580-05:00",
                            "created_at": "2024-01-27T09:18:14.757245-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.17000",
                            "odds": "1.18180",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb013b6-5a6d-46f4-a73f-92f7b95f0325/?format=api"
                        },
                        {
                            "id": "65013f12-027b-4c36-b3c3-03e158324ab3",
                            "gambit_id": "66bbc16c-0998-4e2a-8ec4-41470582ba13",
                            "last_updated": "2024-01-29T22:03:09.873123-05:00",
                            "created_at": "2024-01-27T09:18:14.761357-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "4.92000",
                            "odds": "5.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cb013b6-5a6d-46f4-a73f-92f7b95f0325/?format=api"
                        }
                    ]
                },
                {
                    "id": "11dbf655-1a37-4c6b-87c3-ddb656df5774",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c62d5e7b-3185-4201-a866-478806c01f8b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:14.765092-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5107.0
                            },
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "457268f8-0df0-4641-b03d-737515830f1e",
                            "gambit_id": "6ff9f4c4-c582-4b3e-a619-66a555184cb1",
                            "last_updated": "2024-01-29T22:03:09.883505-05:00",
                            "created_at": "2024-01-27T09:18:14.773083-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "10.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11dbf655-1a37-4c6b-87c3-ddb656df5774/?format=api"
                        },
                        {
                            "id": "7efb3d6d-a6db-4573-a1c2-89fb3138b1c7",
                            "gambit_id": "51509031-383e-4104-83d1-549330ac9901",
                            "last_updated": "2024-01-29T22:03:09.880180-05:00",
                            "created_at": "2024-01-27T09:18:14.768420-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "-10.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11dbf655-1a37-4c6b-87c3-ddb656df5774/?format=api"
                        }
                    ]
                },
                {
                    "id": "ffb28ba0-3ba8-4b99-9aae-5b6efee8cd55",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c62d5e7b-3185-4201-a866-478806c01f8b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:14.777950-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 227.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c47cf340-2b4b-45d9-884d-0bd47d00f98f",
                            "gambit_id": "c0b72f7e-ef83-4b2d-b25a-4d68fd82b638",
                            "last_updated": "2024-01-29T22:03:09.890358-05:00",
                            "created_at": "2024-01-27T09:18:14.785746-05:00",
                            "name": "Game Total Under 227.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffb28ba0-3ba8-4b99-9aae-5b6efee8cd55/?format=api"
                        },
                        {
                            "id": "dc5c6b45-c920-4996-af43-9245a77443a9",
                            "gambit_id": "747517ae-0315-4638-8df8-f535e147b6c7",
                            "last_updated": "2024-01-29T22:03:09.893687-05:00",
                            "created_at": "2024-01-27T09:18:14.781502-05:00",
                            "name": "Game Total Over 227.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "227.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffb28ba0-3ba8-4b99-9aae-5b6efee8cd55/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "396becb0-c862-4280-89c4-4ef43ce5f197",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eb1ccc86-31f6-40cf-8a33-856da94c91ff",
            "completed": true,
            "last_updated": "2024-01-29T22:03:10.565269-05:00",
            "created_at": "2024-01-27T09:18:14.505848-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/eb1ccc86-31f6-40cf-8a33-856da94c91ff",
            "datetime": "2024-01-27T20:10:00-05:00",
            "cutoff_datetime": "2024-01-27T20:10:00-05:00",
            "name": "New Orleans Pelicans v. Milwaukee Bucks",
            "bettypes": [
                {
                    "id": "abfb72cb-17ad-4ab1-ae1d-d1ba6ce842fb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/396becb0-c862-4280-89c4-4ef43ce5f197/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:14.514775-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 6090.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d6e88500-6a12-4738-922e-81d8d2a99f8d",
                            "gambit_id": "ce7097af-7e87-4c86-88ab-09ada5770a1b",
                            "last_updated": "2024-01-29T22:03:10.576623-05:00",
                            "created_at": "2024-01-27T09:18:14.522750-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abfb72cb-17ad-4ab1-ae1d-d1ba6ce842fb/?format=api"
                        },
                        {
                            "id": "555a592a-dabe-4414-85c0-0b11b53fc866",
                            "gambit_id": "1866a6d9-49ff-42ba-a5f8-bea2417e8b36",
                            "last_updated": "2024-01-29T22:03:10.572702-05:00",
                            "created_at": "2024-01-27T09:18:14.519065-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abfb72cb-17ad-4ab1-ae1d-d1ba6ce842fb/?format=api"
                        }
                    ]
                },
                {
                    "id": "29ce3454-c2a8-4007-ac4e-89dae9fabdf2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/396becb0-c862-4280-89c4-4ef43ce5f197/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:14.526823-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "85e840c3-d300-4249-968b-69427430109c",
                            "gambit_id": "a1364de8-989a-4f29-ac05-abbd0cf14b41",
                            "last_updated": "2024-01-29T22:03:10.583873-05:00",
                            "created_at": "2024-01-27T09:18:14.530725-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ce3454-c2a8-4007-ac4e-89dae9fabdf2/?format=api"
                        },
                        {
                            "id": "a1ac8c8e-692d-4796-9001-67c5799c1cb8",
                            "gambit_id": "ad635130-642a-4313-9cb0-fedd67c8aa08",
                            "last_updated": "2024-01-29T22:03:10.587323-05:00",
                            "created_at": "2024-01-27T09:18:14.536023-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29ce3454-c2a8-4007-ac4e-89dae9fabdf2/?format=api"
                        }
                    ]
                },
                {
                    "id": "4124754c-d4d3-4163-9022-8e5de583d0e1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/396becb0-c862-4280-89c4-4ef43ce5f197/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:14.540275-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 243",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 243",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b8c8cf9a-dfff-4e3f-a95a-db70bdfaef05",
                            "gambit_id": "415ce007-f30c-4cba-9e35-26098bde180b",
                            "last_updated": "2024-01-29T22:03:10.615416-05:00",
                            "created_at": "2024-01-27T09:18:14.549210-05:00",
                            "name": "Game Total Under 243",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "243.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4124754c-d4d3-4163-9022-8e5de583d0e1/?format=api"
                        },
                        {
                            "id": "f35d1775-4bf0-408c-9068-4ef6d578b3ff",
                            "gambit_id": "4710b151-013e-440e-9d3b-4009c9c3f3d2",
                            "last_updated": "2024-01-29T22:03:10.610761-05:00",
                            "created_at": "2024-01-27T09:18:14.545146-05:00",
                            "name": "Game Total Over 243",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "243.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4124754c-d4d3-4163-9022-8e5de583d0e1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0b8a8892-2252-4bcb-abc0-8bdaab1b1915",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "67cebd79-82bc-408b-a2eb-7d1d468d8a6c",
            "completed": true,
            "last_updated": "2024-01-29T21:53:10.372363-05:00",
            "created_at": "2024-01-27T09:18:14.256347-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.79,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/67cebd79-82bc-408b-a2eb-7d1d468d8a6c",
            "datetime": "2024-01-27T20:07:00-05:00",
            "cutoff_datetime": "2024-01-27T20:07:00-05:00",
            "name": "Vegas Golden Knights v. Detroit Red Wings",
            "bettypes": [
                {
                    "id": "4f48d95d-1992-4bca-a792-5686af1cf285",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0b8a8892-2252-4bcb-abc0-8bdaab1b1915/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:14.263093-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Red Wings",
                                "amount": 5512.0
                            },
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8d5198ec-3132-4c29-9e0d-89e362c4b827",
                            "gambit_id": "436af9a5-9a5c-495d-8905-96205c336c0a",
                            "last_updated": "2024-01-29T21:53:10.383969-05:00",
                            "created_at": "2024-01-27T09:18:14.280885-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f48d95d-1992-4bca-a792-5686af1cf285/?format=api"
                        },
                        {
                            "id": "165e9e34-08a0-434a-8012-753462931133",
                            "gambit_id": "415c41e4-0743-4ab9-b7f6-2c220fbefb80",
                            "last_updated": "2024-01-29T21:53:10.380734-05:00",
                            "created_at": "2024-01-27T09:18:14.267270-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f48d95d-1992-4bca-a792-5686af1cf285/?format=api"
                        }
                    ]
                },
                {
                    "id": "5b66f926-6d59-494f-983f-f9d2892d5745",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0b8a8892-2252-4bcb-abc0-8bdaab1b1915/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:14.290094-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 6554.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "1ef50531-3146-479d-8252-d4c03f932960",
                            "gambit_id": "f32f6095-4734-4851-9b56-d6d46bdf78fb",
                            "last_updated": "2024-01-29T21:53:10.391095-05:00",
                            "created_at": "2024-01-27T09:18:14.295019-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b66f926-6d59-494f-983f-f9d2892d5745/?format=api"
                        },
                        {
                            "id": "9ff52974-2ce9-4535-8576-fdec9eca4b75",
                            "gambit_id": "afe9e4b1-19f1-41f2-9421-629662ae60ea",
                            "last_updated": "2024-01-29T21:53:10.394582-05:00",
                            "created_at": "2024-01-27T09:18:14.299663-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b66f926-6d59-494f-983f-f9d2892d5745/?format=api"
                        }
                    ]
                },
                {
                    "id": "205a38b8-0688-4560-b3a8-073c907fb1ad",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0b8a8892-2252-4bcb-abc0-8bdaab1b1915/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:14.303648-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4b3a8fbd-c0dd-4ba8-86ed-316526b47984",
                            "gambit_id": "3c1daa70-8c08-4db6-a057-6644e7eff526",
                            "last_updated": "2024-01-29T21:53:10.401111-05:00",
                            "created_at": "2024-01-27T09:18:14.307989-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/205a38b8-0688-4560-b3a8-073c907fb1ad/?format=api"
                        },
                        {
                            "id": "d152ad44-b0f6-4b22-9df7-0971966e4d3a",
                            "gambit_id": "842f3c90-01f4-49e4-99d0-2f6d41769c14",
                            "last_updated": "2024-01-29T21:53:10.404326-05:00",
                            "created_at": "2024-01-27T09:18:14.312920-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/205a38b8-0688-4560-b3a8-073c907fb1ad/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dad1e959-05ff-4545-b5a7-3e21c8b00868",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "61f3c328-19b8-4fd3-88ab-87500232e752",
            "completed": true,
            "last_updated": "2024-01-29T21:53:10.103568-05:00",
            "created_at": "2024-01-27T09:18:14.006919-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.74,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/61f3c328-19b8-4fd3-88ab-87500232e752",
            "datetime": "2024-01-27T19:37:00-05:00",
            "cutoff_datetime": "2024-01-27T19:37:00-05:00",
            "name": "Florida Panthers v. New York Islanders",
            "bettypes": [
                {
                    "id": "4e5bcc09-fe8e-43d1-a7bd-f863d6be5034",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dad1e959-05ff-4545-b5a7-3e21c8b00868/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:14.016816-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5614.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "223d7624-0807-4882-93e8-4174659328b4",
                            "gambit_id": "199f8337-dd0a-4f7d-8dd5-51827846c4c8",
                            "last_updated": "2024-01-29T21:53:10.132452-05:00",
                            "created_at": "2024-01-27T09:18:14.020939-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5bcc09-fe8e-43d1-a7bd-f863d6be5034/?format=api"
                        },
                        {
                            "id": "11a51c37-f310-497c-8a74-4a0d453301e1",
                            "gambit_id": "4d52e9fa-02e9-421f-bf0f-311bb08dbd91",
                            "last_updated": "2024-01-29T21:53:10.138283-05:00",
                            "created_at": "2024-01-27T09:18:14.024837-05:00",
                            "name": "New York Islanders",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e5bcc09-fe8e-43d1-a7bd-f863d6be5034/?format=api"
                        }
                    ]
                },
                {
                    "id": "709ac009-34cc-4a15-a7a7-6e5ade760b7c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dad1e959-05ff-4545-b5a7-3e21c8b00868/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:14.028826-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 6554.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3c4636a2-7b58-40b8-a13f-67d1d7384160",
                            "gambit_id": "29715d4b-7222-4150-b6e1-c88d930a956f",
                            "last_updated": "2024-01-29T21:53:10.149267-05:00",
                            "created_at": "2024-01-27T09:18:14.039351-05:00",
                            "name": "New York Islanders",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709ac009-34cc-4a15-a7a7-6e5ade760b7c/?format=api"
                        },
                        {
                            "id": "2b1d62c8-e4af-4c15-b08f-a1865fcd20bc",
                            "gambit_id": "d1837ec2-3d5f-46a0-bd56-05b118da6592",
                            "last_updated": "2024-01-29T21:53:10.145706-05:00",
                            "created_at": "2024-01-27T09:18:14.033295-05:00",
                            "name": "Florida Panthers",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/709ac009-34cc-4a15-a7a7-6e5ade760b7c/?format=api"
                        }
                    ]
                },
                {
                    "id": "70ee6766-ad77-47a8-96db-87160566a277",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dad1e959-05ff-4545-b5a7-3e21c8b00868/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:14.044150-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5319.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fd4f2732-314b-42fd-a62c-242b288080e4",
                            "gambit_id": "59f52752-1b7f-4174-a105-b4ab9d8c124b",
                            "last_updated": "2024-01-29T21:53:10.155800-05:00",
                            "created_at": "2024-01-27T09:18:14.054425-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ee6766-ad77-47a8-96db-87160566a277/?format=api"
                        },
                        {
                            "id": "12b84284-fe99-45e9-bfa4-3bf184ec0e73",
                            "gambit_id": "2cae682e-5f00-4811-8589-3f55d0a723b2",
                            "last_updated": "2024-01-29T21:53:10.159104-05:00",
                            "created_at": "2024-01-27T09:18:14.064970-05:00",
                            "name": "Game Total Under 6",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70ee6766-ad77-47a8-96db-87160566a277/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cd186f95-1676-4668-8e24-efe28c46037d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f58268a0-20e8-4fbe-a1e7-930603f60040",
            "completed": true,
            "last_updated": "2024-01-29T22:03:10.323634-05:00",
            "created_at": "2024-01-27T09:18:13.771844-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.56,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/f58268a0-20e8-4fbe-a1e7-930603f60040",
            "datetime": "2024-01-27T19:10:00-05:00",
            "cutoff_datetime": "2024-01-27T19:10:00-05:00",
            "name": "Utah Jazz v. Charlotte Hornets",
            "bettypes": [
                {
                    "id": "ca5eb981-2ee1-4cf9-9352-ae81a84a0d4a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd186f95-1676-4668-8e24-efe28c46037d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:13.790148-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 7872.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 2128.0
                            }
                        ],
                        "expected_reward_tokens": 9446.4,
                        "profit_sb": -53.6,
                        "profit_sb_percentage": -0.56,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c75a6c1b-fed8-420e-94dd-45ce3786019a",
                            "gambit_id": "a58752c9-57af-42b6-9b45-1382bd6cdc58",
                            "last_updated": "2024-01-29T22:03:10.341433-05:00",
                            "created_at": "2024-01-27T09:18:13.793588-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.20000",
                            "odds": "1.21280",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca5eb981-2ee1-4cf9-9352-ae81a84a0d4a/?format=api"
                        },
                        {
                            "id": "7fba78b5-262d-4369-96be-7560220f463a",
                            "gambit_id": "bfe68c64-af79-4743-8dc6-05488878b018",
                            "last_updated": "2024-01-29T22:03:10.344723-05:00",
                            "created_at": "2024-01-27T09:18:13.797336-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "4.44000",
                            "odds": "4.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca5eb981-2ee1-4cf9-9352-ae81a84a0d4a/?format=api"
                        }
                    ]
                },
                {
                    "id": "a63c6225-5061-4a06-8fd6-1d3f970417c4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd186f95-1676-4668-8e24-efe28c46037d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:13.776801-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 5000.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "75d07801-90a5-4d52-adea-55092c304e51",
                            "gambit_id": "ff841f91-9156-49ef-8a96-165a38f61470",
                            "last_updated": "2024-01-29T22:03:10.331258-05:00",
                            "created_at": "2024-01-27T09:18:13.781312-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63c6225-5061-4a06-8fd6-1d3f970417c4/?format=api"
                        },
                        {
                            "id": "22770ecd-5783-4fd2-806e-daf99418135e",
                            "gambit_id": "6fa424cf-5c26-478f-aa62-9e0e7e2a372d",
                            "last_updated": "2024-01-29T22:03:10.334799-05:00",
                            "created_at": "2024-01-27T09:18:13.785805-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a63c6225-5061-4a06-8fd6-1d3f970417c4/?format=api"
                        }
                    ]
                },
                {
                    "id": "6ce5f7fd-57ae-4d4c-ad6a-fbb900683e64",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd186f95-1676-4668-8e24-efe28c46037d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:13.801816-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 231",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 231",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3e2f8c50-8248-49ca-a8af-bb549d5dabcd",
                            "gambit_id": "9be9913d-b44b-4096-87bf-06fd777e7957",
                            "last_updated": "2024-01-29T22:03:10.351291-05:00",
                            "created_at": "2024-01-27T09:18:13.806612-05:00",
                            "name": "Game Total Over 231",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "231.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ce5f7fd-57ae-4d4c-ad6a-fbb900683e64/?format=api"
                        },
                        {
                            "id": "eccb8a0e-6e13-4a7e-b576-f644687463d2",
                            "gambit_id": "45dee01a-3512-45bd-86c7-e41b0b6f7269",
                            "last_updated": "2024-01-29T22:03:10.354890-05:00",
                            "created_at": "2024-01-27T09:18:13.810396-05:00",
                            "name": "Game Total Under 231",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "231.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ce5f7fd-57ae-4d4c-ad6a-fbb900683e64/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "48ceb216-1d84-48c7-8e2d-a15a5d6fb02a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d591c8ba-d705-4a2c-a54c-8d7e9c5a1aaa",
            "completed": true,
            "last_updated": "2024-01-29T22:08:15.112940-05:00",
            "created_at": "2024-01-27T09:18:13.535548-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.02,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/d591c8ba-d705-4a2c-a54c-8d7e9c5a1aaa",
            "datetime": "2024-01-27T19:10:00-05:00",
            "cutoff_datetime": "2024-01-27T19:10:00-05:00",
            "name": "Los Angeles Clippers v. Boston Celtics",
            "bettypes": [
                {
                    "id": "a8566ef8-2897-4e9a-bef6-fb942169883c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/48ceb216-1d84-48c7-8e2d-a15a5d6fb02a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:13.558238-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6984.0
                            },
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 3016.0
                            }
                        ],
                        "expected_reward_tokens": 9498.24,
                        "profit_sb": -1.76,
                        "profit_sb_percentage": -0.02,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "10cf168d-940f-4ff9-8510-f9e5521bdfbe",
                            "gambit_id": "f9ff1b24-072f-4d1c-9c15-0031bd10ec58",
                            "last_updated": "2024-01-29T22:08:15.131268-05:00",
                            "created_at": "2024-01-27T09:18:13.566015-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.36000",
                            "odds": "1.37740",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8566ef8-2897-4e9a-bef6-fb942169883c/?format=api"
                        },
                        {
                            "id": "a970ef77-151c-48f0-abb0-af67c30c5e90",
                            "gambit_id": "e3ff46d3-d9cf-4e14-9338-8db27759425d",
                            "last_updated": "2024-01-29T22:08:15.134513-05:00",
                            "created_at": "2024-01-27T09:18:13.561716-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "3.15000",
                            "odds": "3.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8566ef8-2897-4e9a-bef6-fb942169883c/?format=api"
                        }
                    ]
                },
                {
                    "id": "ee4960bf-9337-4490-882a-771ffca1aee1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/48ceb216-1d84-48c7-8e2d-a15a5d6fb02a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:13.545336-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Boston Celtics",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4cb4b454-4b6d-4318-b9ff-a6f453e2e8e4",
                            "gambit_id": "591480c0-2fc3-404b-80f6-350b6bc34c1d",
                            "last_updated": "2024-01-29T22:08:15.121171-05:00",
                            "created_at": "2024-01-27T09:18:13.549094-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4960bf-9337-4490-882a-771ffca1aee1/?format=api"
                        },
                        {
                            "id": "8262cdbc-8df6-4239-b173-77b3c9b6ce72",
                            "gambit_id": "ed900c90-1944-460c-8a79-b6276c86c8c0",
                            "last_updated": "2024-01-29T22:08:15.124722-05:00",
                            "created_at": "2024-01-27T09:18:13.553848-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee4960bf-9337-4490-882a-771ffca1aee1/?format=api"
                        }
                    ]
                },
                {
                    "id": "9c813a0c-3f36-439d-a761-96c140d0e3a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/48ceb216-1d84-48c7-8e2d-a15a5d6fb02a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:13.570552-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 232",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 232",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ecfce676-9039-4737-9f4c-de20673f2715",
                            "gambit_id": "e3f7b608-4dda-4674-b664-83c17d7c4a3f",
                            "last_updated": "2024-01-29T22:08:15.140984-05:00",
                            "created_at": "2024-01-27T09:18:13.573960-05:00",
                            "name": "Game Total Over 232",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c813a0c-3f36-439d-a761-96c140d0e3a7/?format=api"
                        },
                        {
                            "id": "55301da4-bff6-4c81-a91a-72107dd7f1e6",
                            "gambit_id": "5659f5f4-0c55-442d-8e5a-e7f5123bf0e7",
                            "last_updated": "2024-01-29T22:08:15.145671-05:00",
                            "created_at": "2024-01-27T09:18:13.578155-05:00",
                            "name": "Game Total Under 232",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "232.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c813a0c-3f36-439d-a761-96c140d0e3a7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "56545369-8662-48ae-a54c-60df6b12ec8e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "92dfe4df-d57f-459a-b988-edfbb3aa0cb1",
            "completed": true,
            "last_updated": "2024-01-29T21:53:07.386948-05:00",
            "created_at": "2024-01-27T09:18:12.585723-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.79,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/92dfe4df-d57f-459a-b988-edfbb3aa0cb1",
            "datetime": "2024-01-27T19:07:00-05:00",
            "cutoff_datetime": "2024-01-27T19:07:00-05:00",
            "name": "Toronto Maple Leafs v. Winnipeg Jets",
            "bettypes": [
                {
                    "id": "2da40331-88d6-4339-9c7d-fdaed76e8e82",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56545369-8662-48ae-a54c-60df6b12ec8e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:12.590731-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 5512.0
                            },
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b7416157-671b-4f8d-82df-69f2951ef764",
                            "gambit_id": "f25bf3f0-95bb-4adb-a3c1-c035807a3cc9",
                            "last_updated": "2024-01-29T21:53:07.397864-05:00",
                            "created_at": "2024-01-27T09:18:12.600237-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da40331-88d6-4339-9c7d-fdaed76e8e82/?format=api"
                        },
                        {
                            "id": "2334ba44-d0f8-4623-840e-85102f69ff91",
                            "gambit_id": "030a8f31-5aca-4a3a-a2b6-9f5c9cf7b64c",
                            "last_updated": "2024-01-29T21:53:07.394670-05:00",
                            "created_at": "2024-01-27T09:18:12.595193-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2da40331-88d6-4339-9c7d-fdaed76e8e82/?format=api"
                        }
                    ]
                },
                {
                    "id": "9d4dab31-85f9-4aa8-a0ba-24813f75f165",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56545369-8662-48ae-a54c-60df6b12ec8e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:12.604585-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 6611.0
                            },
                            {
                                "team": "Winnipeg Jets",
                                "amount": 3389.0
                            }
                        ],
                        "expected_reward_tokens": 9387.53,
                        "profit_sb": -112.47,
                        "profit_sb_percentage": -1.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "19a1930f-f128-400b-8b5d-c20ec0c790bc",
                            "gambit_id": "80e5777c-a6a1-466b-b6f2-418437ee9902",
                            "last_updated": "2024-01-29T21:53:07.404261-05:00",
                            "created_at": "2024-01-27T09:18:12.608981-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.42000",
                            "odds": "1.44440",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d4dab31-85f9-4aa8-a0ba-24813f75f165/?format=api"
                        },
                        {
                            "id": "1476f440-ccf4-48bc-96e8-1ad10df36a46",
                            "gambit_id": "19de35d4-31d8-4d97-9d2a-23709ae27526",
                            "last_updated": "2024-01-29T21:53:07.407650-05:00",
                            "created_at": "2024-01-27T09:18:12.613880-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "2.77000",
                            "odds": "2.85000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d4dab31-85f9-4aa8-a0ba-24813f75f165/?format=api"
                        }
                    ]
                },
                {
                    "id": "df69e4a3-6d79-4aa2-b0ea-69c9a09961a8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/56545369-8662-48ae-a54c-60df6b12ec8e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:12.617893-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "69276ef5-9688-47d5-a510-5292a0e3cf85",
                            "gambit_id": "6dc6f4ea-5dd8-4b46-a6c4-a579018ddfe1",
                            "last_updated": "2024-01-29T21:53:07.414383-05:00",
                            "created_at": "2024-01-27T09:18:12.622096-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df69e4a3-6d79-4aa2-b0ea-69c9a09961a8/?format=api"
                        },
                        {
                            "id": "5448460b-22d6-4612-b6f9-4e694f85d99e",
                            "gambit_id": "941cc6fc-91d2-4a0d-af50-e74da68ee278",
                            "last_updated": "2024-01-29T21:53:07.417648-05:00",
                            "created_at": "2024-01-27T09:18:12.626722-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df69e4a3-6d79-4aa2-b0ea-69c9a09961a8/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "71f0acf0-db93-4528-bdda-2cbb73c7ca81",
            "completed": true,
            "last_updated": "2024-01-29T21:53:07.832317-05:00",
            "created_at": "2024-01-27T09:18:12.346774-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/71f0acf0-db93-4528-bdda-2cbb73c7ca81",
            "datetime": "2024-01-27T19:07:00-05:00",
            "cutoff_datetime": "2024-01-27T19:07:00-05:00",
            "name": "Montreal Canadiens v. Pittsburgh Penguins",
            "bettypes": [
                {
                    "id": "b8ef07c7-694c-418b-94a8-695497144fa7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:12.356026-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 6554.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dd1c040a-cdcb-43db-adce-0754e8ea464b",
                            "gambit_id": "519960b1-6fff-40a4-a3c9-cabfd353d28f",
                            "last_updated": "2024-01-29T21:53:07.849352-05:00",
                            "created_at": "2024-01-27T09:18:12.364126-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ef07c7-694c-418b-94a8-695497144fa7/?format=api"
                        },
                        {
                            "id": "c68307c0-22f3-40b4-9456-47801bdcc265",
                            "gambit_id": "908583bd-9e65-4cdb-8d00-677fca386d4e",
                            "last_updated": "2024-01-29T21:53:07.845686-05:00",
                            "created_at": "2024-01-27T09:18:12.359720-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8ef07c7-694c-418b-94a8-695497144fa7/?format=api"
                        }
                    ]
                },
                {
                    "id": "3eb23b9c-3a65-43f8-aceb-b060eb134118",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:12.369350-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Montreal Canadiens",
                                "amount": 5423.0
                            },
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "92ee516c-6fd6-4a3a-94f1-60da2bf9217b",
                            "gambit_id": "bfd26d9e-f939-49c4-a171-5d5e15009e63",
                            "last_updated": "2024-01-29T21:53:07.856487-05:00",
                            "created_at": "2024-01-27T09:18:12.373476-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb23b9c-3a65-43f8-aceb-b060eb134118/?format=api"
                        },
                        {
                            "id": "92e5fd9d-9958-4868-92a7-15d126a878ff",
                            "gambit_id": "43d64e52-dccc-4328-9bb4-5241d895b93e",
                            "last_updated": "2024-01-29T21:53:07.860095-05:00",
                            "created_at": "2024-01-27T09:18:12.378205-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3eb23b9c-3a65-43f8-aceb-b060eb134118/?format=api"
                        }
                    ]
                },
                {
                    "id": "143cb7ea-88b7-47d5-8777-e5d43ff1a491",
                    "match": "https://api-prod.gambitprofit.com/api/matches/3ddfc6ac-2f6d-4b01-88c9-21c68a3b7e39/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:12.382093-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "f1100945-adbb-420a-81fc-b64dd1e785f3",
                            "gambit_id": "ae87ae92-ac44-4582-b9db-e293b474fe8d",
                            "last_updated": "2024-01-29T21:53:07.871047-05:00",
                            "created_at": "2024-01-27T09:18:12.390781-05: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/143cb7ea-88b7-47d5-8777-e5d43ff1a491/?format=api"
                        },
                        {
                            "id": "aab7026b-4760-406b-ac09-405bc1ad236d",
                            "gambit_id": "d197f88d-7691-4a38-829d-393720ffebe7",
                            "last_updated": "2024-01-29T21:53:07.867347-05:00",
                            "created_at": "2024-01-27T09:18:12.386525-05: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/143cb7ea-88b7-47d5-8777-e5d43ff1a491/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6b1f6446-73d1-47fe-9658-ad0ffbe22b03",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ff77a093-0adf-44b7-8dfc-a63f098d5e7f",
            "completed": true,
            "last_updated": "2024-01-29T21:53:08.506661-05:00",
            "created_at": "2024-01-27T09:18:13.064691-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.01,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ff77a093-0adf-44b7-8dfc-a63f098d5e7f",
            "datetime": "2024-01-27T19:07:00-05:00",
            "cutoff_datetime": "2024-01-27T19:07:00-05:00",
            "name": "New York Rangers v. Ottawa Senators",
            "bettypes": [
                {
                    "id": "a83b6b05-b392-47e7-a086-79659c0dc997",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6b1f6446-73d1-47fe-9658-ad0ffbe22b03/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:13.070870-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ottawa Senators",
                                "amount": 5107.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6d059fd3-b291-4c35-8899-b94fddd09f04",
                            "gambit_id": "60376e30-51be-4c87-94d0-0c1bc154c7d2",
                            "last_updated": "2024-01-29T21:53:08.517647-05:00",
                            "created_at": "2024-01-27T09:18:13.079839-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83b6b05-b392-47e7-a086-79659c0dc997/?format=api"
                        },
                        {
                            "id": "1e918b89-034c-4e98-9dc0-2efb84a57877",
                            "gambit_id": "7480aed5-32a2-4761-bad9-d19ac005f5f3",
                            "last_updated": "2024-01-29T21:53:08.514365-05:00",
                            "created_at": "2024-01-27T09:18:13.074974-05:00",
                            "name": "New York Rangers",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a83b6b05-b392-47e7-a086-79659c0dc997/?format=api"
                        }
                    ]
                },
                {
                    "id": "62ae57b2-7929-4799-9619-bd813d22c883",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6b1f6446-73d1-47fe-9658-ad0ffbe22b03/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:13.084172-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ottawa Senators",
                                "amount": 6935.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 3065.0
                            }
                        ],
                        "expected_reward_tokens": 9500.95,
                        "profit_sb": 0.95,
                        "profit_sb_percentage": 0.01,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7ffdf603-fe06-4ff5-b40a-efe246369ad4",
                            "gambit_id": "c99d5f37-cd01-4cb9-a9eb-2bdc03e5d991",
                            "last_updated": "2024-01-29T21:53:08.527663-05:00",
                            "created_at": "2024-01-27T09:18:13.091955-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.37000",
                            "odds": "1.38460",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ae57b2-7929-4799-9619-bd813d22c883/?format=api"
                        },
                        {
                            "id": "7ea9f80c-dea8-4a48-a309-c43355bd0693",
                            "gambit_id": "b444f9bd-a744-43b9-a4c9-53329bcb9998",
                            "last_updated": "2024-01-29T21:53:08.524293-05:00",
                            "created_at": "2024-01-27T09:18:13.087843-05:00",
                            "name": "New York Rangers",
                            "reward": "3.10000",
                            "odds": "3.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62ae57b2-7929-4799-9619-bd813d22c883/?format=api"
                        }
                    ]
                },
                {
                    "id": "49a8d684-deb7-4fa4-965e-0a06d84d3686",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6b1f6446-73d1-47fe-9658-ad0ffbe22b03/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:13.096173-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5319.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "242eed67-b037-47ba-90f8-4da45aa9a904",
                            "gambit_id": "3c38a898-1109-4bc9-b439-e80a56cd6efa",
                            "last_updated": "2024-01-29T21:53:08.533965-05:00",
                            "created_at": "2024-01-27T09:18:13.100359-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a8d684-deb7-4fa4-965e-0a06d84d3686/?format=api"
                        },
                        {
                            "id": "16679b9f-88d8-438b-9bf7-26b547ea0f12",
                            "gambit_id": "563eb714-38a1-4daa-b0dc-3730a956a7cb",
                            "last_updated": "2024-01-29T21:53:08.537235-05:00",
                            "created_at": "2024-01-27T09:18:13.104864-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49a8d684-deb7-4fa4-965e-0a06d84d3686/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ec6196e6-da0f-40ae-9676-5da07724ce07",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "44f7d0fe-ccb8-436d-8bf9-5e86ee6aa9af",
            "completed": true,
            "last_updated": "2024-01-29T21:58:07.864355-05:00",
            "created_at": "2024-01-27T09:18:13.299351-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.51,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/44f7d0fe-ccb8-436d-8bf9-5e86ee6aa9af",
            "datetime": "2024-01-27T19:07:00-05:00",
            "cutoff_datetime": "2024-01-27T19:07:00-05:00",
            "name": "Arizona Coyotes v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "f1e2da35-05e0-484a-b32c-c589fd89212e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ec6196e6-da0f-40ae-9676-5da07724ce07/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:13.308934-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6752.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3248.0
                            }
                        ],
                        "expected_reward_tokens": 9451.68,
                        "profit_sb": -48.32,
                        "profit_sb_percentage": -0.51,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "10a494c9-c74c-4ae3-a307-de1d598a937f",
                            "gambit_id": "7d162b6c-640c-4143-afad-6282b43eb3d0",
                            "last_updated": "2024-01-29T21:58:07.881265-05:00",
                            "created_at": "2024-01-27T09:18:13.317488-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1e2da35-05e0-484a-b32c-c589fd89212e/?format=api"
                        },
                        {
                            "id": "49d2fbc0-0ea2-4b15-8310-a41489917834",
                            "gambit_id": "5121c325-08f9-456f-89a5-032b0205be91",
                            "last_updated": "2024-01-29T21:58:07.877769-05:00",
                            "created_at": "2024-01-27T09:18:13.313112-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.91000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1e2da35-05e0-484a-b32c-c589fd89212e/?format=api"
                        }
                    ]
                },
                {
                    "id": "849750b0-661a-49fe-a4d8-f8c96da8b953",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ec6196e6-da0f-40ae-9676-5da07724ce07/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:13.321241-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Coyotes",
                                "amount": 5423.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0e2f305a-c9af-4a70-8ac4-e256107a2cc3",
                            "gambit_id": "33945096-099e-4441-8499-57b7a73b0c74",
                            "last_updated": "2024-01-29T21:58:07.887882-05:00",
                            "created_at": "2024-01-27T09:18:13.325310-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/849750b0-661a-49fe-a4d8-f8c96da8b953/?format=api"
                        },
                        {
                            "id": "a704415d-5083-4573-84cb-bb5018eb70d7",
                            "gambit_id": "3c2db73e-bbdd-48b3-b14b-611a8ece1224",
                            "last_updated": "2024-01-29T21:58:07.891373-05:00",
                            "created_at": "2024-01-27T09:18:13.329473-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/849750b0-661a-49fe-a4d8-f8c96da8b953/?format=api"
                        }
                    ]
                },
                {
                    "id": "8e39e5af-f7ef-4b3b-a1bf-f0de5858f5d4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ec6196e6-da0f-40ae-9676-5da07724ce07/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:13.333893-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "d0e0db35-4b5e-4391-9dd1-0d5e208279be",
                            "gambit_id": "305e3857-dd1f-44a2-b5d2-ac449a2eff10",
                            "last_updated": "2024-01-29T21:58:07.897948-05:00",
                            "created_at": "2024-01-27T09:18:13.338419-05: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/8e39e5af-f7ef-4b3b-a1bf-f0de5858f5d4/?format=api"
                        },
                        {
                            "id": "686f67a4-6151-4aa3-8b3f-a066df5abaa3",
                            "gambit_id": "4c0ae64f-0d42-4467-aee6-7827031509b3",
                            "last_updated": "2024-01-29T21:58:07.901806-05:00",
                            "created_at": "2024-01-27T09:18:13.343316-05: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/8e39e5af-f7ef-4b3b-a1bf-f0de5858f5d4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e13cb2df-0c54-45fc-9066-a95856696e78",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3db98cea-8ec7-4bb2-99e1-e198b56579ed",
            "completed": true,
            "last_updated": "2024-01-29T21:53:08.058857-05:00",
            "created_at": "2024-01-27T09:18:12.822510-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.35,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/3db98cea-8ec7-4bb2-99e1-e198b56579ed",
            "datetime": "2024-01-27T19:07:00-05:00",
            "cutoff_datetime": "2024-01-27T19:07:00-05:00",
            "name": "New Jersey Devils v. Tampa Bay Lightning",
            "bettypes": [
                {
                    "id": "24de8f73-84dd-4c95-940f-9ba1ceb97e96",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e13cb2df-0c54-45fc-9066-a95856696e78/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:12.828254-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5857.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 4143.0
                            }
                        ],
                        "expected_reward_tokens": 9487.47,
                        "profit_sb": -12.53,
                        "profit_sb_percentage": -0.13,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b814aaa8-7dd8-4149-a3eb-075fe1025bfb",
                            "gambit_id": "ea1f09f1-c482-4243-99d2-eb9cd7b0b6d5",
                            "last_updated": "2024-01-29T21:53:08.074899-05:00",
                            "created_at": "2024-01-27T09:18:12.838626-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.62000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24de8f73-84dd-4c95-940f-9ba1ceb97e96/?format=api"
                        },
                        {
                            "id": "ff631f4f-2869-492f-9f69-f119edf5d3a1",
                            "gambit_id": "31bd48e7-43a2-4e41-8754-a4e02e9000bc",
                            "last_updated": "2024-01-29T21:53:08.071227-05:00",
                            "created_at": "2024-01-27T09:18:12.832678-05:00",
                            "name": "New Jersey Devils",
                            "reward": "2.29000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24de8f73-84dd-4c95-940f-9ba1ceb97e96/?format=api"
                        }
                    ]
                },
                {
                    "id": "c019cd7c-0d2a-4487-8f92-47a65c01eb33",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e13cb2df-0c54-45fc-9066-a95856696e78/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:12.845009-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6232.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 3768.0
                            }
                        ],
                        "expected_reward_tokens": 9533.04,
                        "profit_sb": 33.04,
                        "profit_sb_percentage": 0.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "b240e156-1cb3-4bb4-83ba-2885ab5d8014",
                            "gambit_id": "00e79930-7bb6-46a6-908b-5fc435e14777",
                            "last_updated": "2024-01-29T21:53:08.081470-05:00",
                            "created_at": "2024-01-27T09:18:12.849997-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c019cd7c-0d2a-4487-8f92-47a65c01eb33/?format=api"
                        },
                        {
                            "id": "0f9a36ae-d264-4549-b7d1-aa2b9c43909d",
                            "gambit_id": "a7aca6d0-bda6-4cf5-bc8a-3696668366c8",
                            "last_updated": "2024-01-29T21:53:08.084735-05:00",
                            "created_at": "2024-01-27T09:18:12.854565-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "2.53000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c019cd7c-0d2a-4487-8f92-47a65c01eb33/?format=api"
                        }
                    ]
                },
                {
                    "id": "f302d1ee-4937-41e7-b9f8-716a0aab1d53",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e13cb2df-0c54-45fc-9066-a95856696e78/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:12.858594-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5423.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "76033905-0b48-4d5e-9dfd-0e7a03f8a8c4",
                            "gambit_id": "30be682c-e7b8-44ad-8fd5-082f7dd2adce",
                            "last_updated": "2024-01-29T21:53:08.091113-05:00",
                            "created_at": "2024-01-27T09:18:12.863418-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f302d1ee-4937-41e7-b9f8-716a0aab1d53/?format=api"
                        },
                        {
                            "id": "bb116bd5-22dc-4c60-9c94-ea597b93cc4f",
                            "gambit_id": "3f34bc0f-51db-49ac-9046-4534eb7de40e",
                            "last_updated": "2024-01-29T21:53:08.094817-05:00",
                            "created_at": "2024-01-27T09:18:12.868665-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f302d1ee-4937-41e7-b9f8-716a0aab1d53/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "368529aa-2fdd-420d-a702-3edbd798aaba",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9637fa2a-9c8b-47c1-8ee8-3eef0c354182",
            "completed": true,
            "last_updated": "2024-01-29T22:08:14.511112-05:00",
            "created_at": "2024-01-27T09:18:12.105137-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/9637fa2a-9c8b-47c1-8ee8-3eef0c354182",
            "datetime": "2024-01-27T18:10:00-05:00",
            "cutoff_datetime": "2024-01-27T18:10:00-05:00",
            "name": "Houston Rockets v. Brooklyn Nets",
            "bettypes": [
                {
                    "id": "e240114e-2089-4a80-ae32-18e3a5581334",
                    "match": "https://api-prod.gambitprofit.com/api/matches/368529aa-2fdd-420d-a702-3edbd798aaba/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:12.132964-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Brooklyn Nets",
                                "amount": 6090.0
                            },
                            {
                                "team": "Houston Rockets",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "341a898a-f737-41d9-9856-2dbaed234b65",
                            "gambit_id": "101ac9a7-370b-41c0-9b4a-dfd9c47d4582",
                            "last_updated": "2024-01-29T22:08:14.540595-05:00",
                            "created_at": "2024-01-27T09:18:12.142483-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e240114e-2089-4a80-ae32-18e3a5581334/?format=api"
                        },
                        {
                            "id": "10c15d8d-4f8e-4848-88d1-b41c5ade9a4c",
                            "gambit_id": "9af5af1b-e34d-4f63-81a6-b5e0ed84bc4d",
                            "last_updated": "2024-01-29T22:08:14.536674-05:00",
                            "created_at": "2024-01-27T09:18:12.137643-05:00",
                            "name": "Houston Rockets",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e240114e-2089-4a80-ae32-18e3a5581334/?format=api"
                        }
                    ]
                },
                {
                    "id": "b682e031-c7af-4f9a-85b1-17740acbdc5e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/368529aa-2fdd-420d-a702-3edbd798aaba/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:12.118739-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Rockets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0c4174ef-b6a2-44f4-87b2-6756ff844da1",
                            "gambit_id": "b3b704b6-4684-4726-a9dc-a89421a1d573",
                            "last_updated": "2024-01-29T22:08:14.525209-05:00",
                            "created_at": "2024-01-27T09:18:12.123770-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b682e031-c7af-4f9a-85b1-17740acbdc5e/?format=api"
                        },
                        {
                            "id": "2135e3e6-2dd7-4526-9c2f-28ba8283930c",
                            "gambit_id": "b2e74daa-e9b3-430f-920b-809f32a1d29e",
                            "last_updated": "2024-01-29T22:08:14.528888-05:00",
                            "created_at": "2024-01-27T09:18:12.128817-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b682e031-c7af-4f9a-85b1-17740acbdc5e/?format=api"
                        }
                    ]
                },
                {
                    "id": "61b350c1-0bba-418f-93f4-c49acc18b955",
                    "match": "https://api-prod.gambitprofit.com/api/matches/368529aa-2fdd-420d-a702-3edbd798aaba/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:12.146741-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 222",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 222",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "19fa23b5-1303-408c-88ba-9336cf248863",
                            "gambit_id": "d5221869-11de-404a-a00f-311d410f7fc1",
                            "last_updated": "2024-01-29T22:08:14.548069-05:00",
                            "created_at": "2024-01-27T09:18:12.150800-05:00",
                            "name": "Game Total Over 222",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "222.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61b350c1-0bba-418f-93f4-c49acc18b955/?format=api"
                        },
                        {
                            "id": "2fdbd34f-0a48-4af1-b1b1-9b3ad8c34128",
                            "gambit_id": "0a5ade6b-971f-4661-b5de-8a4f0c95443c",
                            "last_updated": "2024-01-29T22:08:14.551816-05:00",
                            "created_at": "2024-01-27T09:18:12.155214-05:00",
                            "name": "Game Total Under 222",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "222.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61b350c1-0bba-418f-93f4-c49acc18b955/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "635144f2-5055-4f7f-a835-7e9068143b73",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a110d97a-f7ce-4d02-92c3-2fcbe3e431e1",
            "completed": true,
            "last_updated": "2024-01-29T22:08:13.902722-05:00",
            "created_at": "2024-01-27T09:18:11.839196-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.3,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/a110d97a-f7ce-4d02-92c3-2fcbe3e431e1",
            "datetime": "2024-01-27T17:40:00-05:00",
            "cutoff_datetime": "2024-01-27T17:40:00-05:00",
            "name": "Philadelphia 76ers v. Denver Nuggets",
            "bettypes": [
                {
                    "id": "4c4a070a-86be-4e29-bc40-d2180491ffa5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/635144f2-5055-4f7f-a835-7e9068143b73/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:11.849478-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 8584.0
                            },
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 1416.0
                            }
                        ],
                        "expected_reward_tokens": 9528.24,
                        "profit_sb": 28.24,
                        "profit_sb_percentage": 0.3,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e3a54928-34ca-4bcc-8adf-9b5a6f30d4ee",
                            "gambit_id": "a0a7a097-bea6-41d8-b87a-bdb8b541a047",
                            "last_updated": "2024-01-29T22:08:13.920454-05:00",
                            "created_at": "2024-01-27T09:18:11.854432-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.11000",
                            "odds": "1.11110",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4a070a-86be-4e29-bc40-d2180491ffa5/?format=api"
                        },
                        {
                            "id": "0bf4006c-fc0a-422d-b4c6-5e6ddd82b43d",
                            "gambit_id": "db7c6ef5-b998-48ab-be3d-befa37fb70ac",
                            "last_updated": "2024-01-29T22:08:13.916662-05:00",
                            "created_at": "2024-01-27T09:18:11.859017-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "6.73000",
                            "odds": "7.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c4a070a-86be-4e29-bc40-d2180491ffa5/?format=api"
                        }
                    ]
                },
                {
                    "id": "3505c3ba-e3fe-40ba-a24b-b8624506cc3f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/635144f2-5055-4f7f-a835-7e9068143b73/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:11.864642-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 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": "495bf187-14fb-4ff9-95ea-89cac861b8d1",
                            "gambit_id": "dfa0a6d3-14cc-4f24-b0b6-913b3a24a556",
                            "last_updated": "2024-01-29T22:08:13.930829-05:00",
                            "created_at": "2024-01-27T09:18:11.870016-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-13.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3505c3ba-e3fe-40ba-a24b-b8624506cc3f/?format=api"
                        },
                        {
                            "id": "1a5783ef-71e8-4295-8986-1f107f076594",
                            "gambit_id": "fc4d537a-5c2c-4eaf-901f-515ad4d1e005",
                            "last_updated": "2024-01-29T22:08:13.927420-05:00",
                            "created_at": "2024-01-27T09:18:11.886037-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "13.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3505c3ba-e3fe-40ba-a24b-b8624506cc3f/?format=api"
                        }
                    ]
                },
                {
                    "id": "3c7ab142-6ead-4de8-9393-7c4da0ea2ff2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/635144f2-5055-4f7f-a835-7e9068143b73/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:11.893702-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 223",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 223",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "00e265dd-79f7-4692-9cf5-35c82f4d6140",
                            "gambit_id": "922f8659-921c-4670-a5f2-bfbda03ad28e",
                            "last_updated": "2024-01-29T22:08:13.941126-05:00",
                            "created_at": "2024-01-27T09:18:11.899612-05:00",
                            "name": "Game Total Over 223",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7ab142-6ead-4de8-9393-7c4da0ea2ff2/?format=api"
                        },
                        {
                            "id": "d36f7c95-bfd6-498e-ba6c-0dd280686c54",
                            "gambit_id": "bda50126-9a71-48fb-9141-f5df00d4dba4",
                            "last_updated": "2024-01-29T22:08:13.937641-05:00",
                            "created_at": "2024-01-27T09:18:11.904564-05:00",
                            "name": "Game Total Under 223",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c7ab142-6ead-4de8-9393-7c4da0ea2ff2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "e13e6d2b-3ece-4592-9db0-333881f00246",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8f14c41e-7ce2-4452-bc5b-0898fa27e46b",
            "completed": true,
            "last_updated": "2024-01-29T21:58:09.003284-05:00",
            "created_at": "2024-01-27T09:18:11.588670-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.45,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/8f14c41e-7ce2-4452-bc5b-0898fa27e46b",
            "datetime": "2024-01-27T16:07:00-05:00",
            "cutoff_datetime": "2024-01-27T16:07:00-05:00",
            "name": "Buffalo Sabres v. San Jose Sharks",
            "bettypes": [
                {
                    "id": "7e97a806-d98e-4369-864b-304099de6cda",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e13e6d2b-3ece-4592-9db0-333881f00246/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:11.598274-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 6390.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 3610.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "766e3949-e911-43e2-b19b-8ba4683a41b5",
                            "gambit_id": "4fa4a3c2-2975-4b47-af93-110e09479de7",
                            "last_updated": "2024-01-29T21:58:09.016414-05:00",
                            "created_at": "2024-01-27T09:18:11.602730-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e97a806-d98e-4369-864b-304099de6cda/?format=api"
                        },
                        {
                            "id": "789faf94-4ef5-4087-998a-fb3ff19c1309",
                            "gambit_id": "c8dc494a-905f-4ee2-8075-6d5052d90c0e",
                            "last_updated": "2024-01-29T21:58:09.019781-05:00",
                            "created_at": "2024-01-27T09:18:11.607159-05:00",
                            "name": "San Jose Sharks",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e97a806-d98e-4369-864b-304099de6cda/?format=api"
                        }
                    ]
                },
                {
                    "id": "09e5ffcc-b765-43f3-b98b-9a9ef3bfd51a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e13e6d2b-3ece-4592-9db0-333881f00246/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:11.611747-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Jose Sharks",
                                "amount": 5614.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "aa306a41-b60d-4c72-8f9a-aff0d060c547",
                            "gambit_id": "b590f69d-12d2-42d3-b0d6-ac9c804eb7cc",
                            "last_updated": "2024-01-29T21:58:09.029756-05:00",
                            "created_at": "2024-01-27T09:18:11.621330-05:00",
                            "name": "San Jose Sharks",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e5ffcc-b765-43f3-b98b-9a9ef3bfd51a/?format=api"
                        },
                        {
                            "id": "cdee2a8e-097c-47a0-b79c-9af8fa65e865",
                            "gambit_id": "d77d3083-76b2-4d93-a462-2bb0e838274e",
                            "last_updated": "2024-01-29T21:58:09.026422-05:00",
                            "created_at": "2024-01-27T09:18:11.616611-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09e5ffcc-b765-43f3-b98b-9a9ef3bfd51a/?format=api"
                        }
                    ]
                },
                {
                    "id": "8194ab92-867a-449c-97a7-01ad363e08a7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/e13e6d2b-3ece-4592-9db0-333881f00246/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:11.626240-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "1563e12d-1575-4c1d-8380-65e91a53d22d",
                            "gambit_id": "1391f850-d4cc-4df1-b021-12ba9691403b",
                            "last_updated": "2024-01-29T21:58:09.036334-05:00",
                            "created_at": "2024-01-27T09:18:11.630402-05: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/8194ab92-867a-449c-97a7-01ad363e08a7/?format=api"
                        },
                        {
                            "id": "c739da29-09f3-4a4f-8c19-9507044b290a",
                            "gambit_id": "0da302b3-362d-4096-8158-39d18a9f5eed",
                            "last_updated": "2024-01-29T21:58:09.039854-05:00",
                            "created_at": "2024-01-27T09:18:11.635291-05: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/8194ab92-867a-449c-97a7-01ad363e08a7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "1d4906a9-f2df-4a25-ae82-27eb960ae276",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e7c32f5f-dba8-4ee9-be75-274b59da7e89",
            "completed": true,
            "last_updated": "2024-01-29T21:58:08.318046-05:00",
            "created_at": "2024-01-27T09:18:11.344733-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.35,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/e7c32f5f-dba8-4ee9-be75-274b59da7e89",
            "datetime": "2024-01-27T16:07:00-05:00",
            "cutoff_datetime": "2024-01-27T16:07:00-05:00",
            "name": "Nashville Predators v. Edmonton Oilers",
            "bettypes": [
                {
                    "id": "0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d4906a9-f2df-4a25-ae82-27eb960ae276/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:11.354754-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6554.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "97dc4627-ef67-43e4-9f31-53d4eb35d97d",
                            "gambit_id": "c35d0d60-c5eb-4535-be95-a10ade9d5c8b",
                            "last_updated": "2024-01-29T21:58:08.335685-05:00",
                            "created_at": "2024-01-27T09:18:11.364472-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc/?format=api"
                        },
                        {
                            "id": "43414ec3-df72-43dd-84d5-89c301996d76",
                            "gambit_id": "18c9fd78-3fcc-44e1-bf7d-2d3a90b7ac6f",
                            "last_updated": "2024-01-29T21:58:08.331645-05:00",
                            "created_at": "2024-01-27T09:18:11.359726-05:00",
                            "name": "Nashville Predators",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c1ef2cb-3d4b-4bed-8244-9e7967cb5ebc/?format=api"
                        }
                    ]
                },
                {
                    "id": "177a908f-5160-42aa-8a72-d1ed8ecf6870",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d4906a9-f2df-4a25-ae82-27eb960ae276/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:11.368790-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 5319.0
                            },
                            {
                                "team": "Edmonton Oilers",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "e07812c2-b5d8-43a9-b138-adee38928b64",
                            "gambit_id": "ce5e2943-9d44-4c03-ab3b-0a514a9578c1",
                            "last_updated": "2024-01-29T21:58:08.343027-05:00",
                            "created_at": "2024-01-27T09:18:11.372682-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/177a908f-5160-42aa-8a72-d1ed8ecf6870/?format=api"
                        },
                        {
                            "id": "c82cade9-c53f-4a83-b7fe-b83ef7bc8b01",
                            "gambit_id": "b91cedd9-00fa-4b9d-9b87-5746a893bc31",
                            "last_updated": "2024-01-29T21:58:08.346629-05:00",
                            "created_at": "2024-01-27T09:18:11.376508-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/177a908f-5160-42aa-8a72-d1ed8ecf6870/?format=api"
                        }
                    ]
                },
                {
                    "id": "1d46002c-314a-4f48-8b75-ce3b00d46cb6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/1d4906a9-f2df-4a25-ae82-27eb960ae276/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:11.380242-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5000.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4462f4d5-b719-42bd-81e9-47cefef5ebaa",
                            "gambit_id": "3830c7e1-2e3c-4862-9a9c-35904a027998",
                            "last_updated": "2024-01-29T21:58:08.353891-05:00",
                            "created_at": "2024-01-27T09:18:11.384138-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d46002c-314a-4f48-8b75-ce3b00d46cb6/?format=api"
                        },
                        {
                            "id": "747bd5b6-a05f-4bbc-ba43-abb2ac7830de",
                            "gambit_id": "8fc3efd6-1e49-46dd-b8ce-24e26e5aba95",
                            "last_updated": "2024-01-29T21:58:08.357649-05:00",
                            "created_at": "2024-01-27T09:18:11.389139-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d46002c-314a-4f48-8b75-ce3b00d46cb6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dca86b5c-b887-4e45-bb26-70876a9b5d55",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "412141ee-010d-4c98-ac48-94e35cfb3a20",
            "completed": true,
            "last_updated": "2024-01-29T22:08:14.809454-05:00",
            "created_at": "2024-01-27T09:18:11.105904-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/412141ee-010d-4c98-ac48-94e35cfb3a20",
            "datetime": "2024-01-27T15:10:00-05:00",
            "cutoff_datetime": "2024-01-27T15:10:00-05:00",
            "name": "Miami Heat v. New York Knicks",
            "bettypes": [
                {
                    "id": "fb1e0e2d-93f5-46f8-937b-c3afeaa9377f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dca86b5c-b887-4e45-bb26-70876a9b5d55/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:11.125694-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6324.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 3676.0
                            }
                        ],
                        "expected_reward_tokens": 9484.08,
                        "profit_sb": -15.92,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6fe91ce9-66cb-463f-825a-ea1574e26c8f",
                            "gambit_id": "d4f7c2a3-8b6d-4410-9f13-8af59bb1b401",
                            "last_updated": "2024-01-29T22:08:14.846031-05:00",
                            "created_at": "2024-01-27T09:18:11.132747-05:00",
                            "name": "New York Knicks",
                            "reward": "1.50000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb1e0e2d-93f5-46f8-937b-c3afeaa9377f/?format=api"
                        },
                        {
                            "id": "cfd3154d-cf68-4bf4-b4c7-8b28b0fc81c9",
                            "gambit_id": "eee2daf1-a5ac-4470-ba24-4bc8bfde9a4a",
                            "last_updated": "2024-01-29T22:08:14.842584-05:00",
                            "created_at": "2024-01-27T09:18:11.129047-05:00",
                            "name": "Miami Heat",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb1e0e2d-93f5-46f8-937b-c3afeaa9377f/?format=api"
                        }
                    ]
                },
                {
                    "id": "9f8ea874-b5b1-478f-b4fe-3b25e7af88af",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dca86b5c-b887-4e45-bb26-70876a9b5d55/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:11.111498-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "64f094d9-806b-4093-8fde-b3ee91462c83",
                            "gambit_id": "c7eda2f6-d6a8-45d4-b660-b08cb5c37d89",
                            "last_updated": "2024-01-29T22:08:14.831150-05:00",
                            "created_at": "2024-01-27T09:18:11.121657-05:00",
                            "name": "New York Knicks",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f8ea874-b5b1-478f-b4fe-3b25e7af88af/?format=api"
                        },
                        {
                            "id": "79e720e9-d853-458f-926d-a35131a164f7",
                            "gambit_id": "ba592723-c3f8-4aad-b58b-71ca44401ded",
                            "last_updated": "2024-01-29T22:08:14.834957-05:00",
                            "created_at": "2024-01-27T09:18:11.116404-05:00",
                            "name": "Miami Heat",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9f8ea874-b5b1-478f-b4fe-3b25e7af88af/?format=api"
                        }
                    ]
                },
                {
                    "id": "677e40c8-3650-4769-8781-18d30afbd140",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dca86b5c-b887-4e45-bb26-70876a9b5d55/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:11.136855-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 220",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 220",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6bbfc789-fa61-4f66-9a11-a6e18a070f59",
                            "gambit_id": "633b3f37-dced-4c25-b1ca-724af253e234",
                            "last_updated": "2024-01-29T22:08:14.852719-05:00",
                            "created_at": "2024-01-27T09:18:11.140904-05:00",
                            "name": "Game Total Under 220",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "220.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/677e40c8-3650-4769-8781-18d30afbd140/?format=api"
                        },
                        {
                            "id": "f279854a-3059-49c1-9408-f46914e0aec9",
                            "gambit_id": "731d78c7-0e61-44ef-99c7-00e26fa4454d",
                            "last_updated": "2024-01-29T22:08:14.855862-05:00",
                            "created_at": "2024-01-27T09:18:11.145789-05:00",
                            "name": "Game Total Over 220",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "220.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/677e40c8-3650-4769-8781-18d30afbd140/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f1616a07-6cdd-44f0-9d9b-45bcc778f635",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "33fbb9d1-7019-4f1e-b00e-cb8b4da5240c",
            "completed": true,
            "last_updated": "2024-01-29T21:58:09.690328-05:00",
            "created_at": "2024-01-27T09:18:10.865214-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.7,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/33fbb9d1-7019-4f1e-b00e-cb8b4da5240c",
            "datetime": "2024-01-27T14:07:00-05:00",
            "cutoff_datetime": "2024-01-27T14:07:00-05:00",
            "name": "Washington Capitals v. Dallas Stars",
            "bettypes": [
                {
                    "id": "66efa044-b211-4a9b-9609-10693d968d12",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1616a07-6cdd-44f0-9d9b-45bcc778f635/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:10.874726-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6643.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 3357.0
                            }
                        ],
                        "expected_reward_tokens": 9433.06,
                        "profit_sb": -66.94,
                        "profit_sb_percentage": -0.7,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b5b4e4eb-2ab0-4ae1-918f-71baf8458680",
                            "gambit_id": "fd7453ab-be94-491c-af60-a2bf2e718ef2",
                            "last_updated": "2024-01-29T21:58:09.704788-05:00",
                            "created_at": "2024-01-27T09:18:10.883345-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.42000",
                            "odds": "1.43480",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66efa044-b211-4a9b-9609-10693d968d12/?format=api"
                        },
                        {
                            "id": "4f018440-c355-4c54-badd-a4120d753e1b",
                            "gambit_id": "d6223e3e-27d6-4def-b141-d6bf9b91fe47",
                            "last_updated": "2024-01-29T21:58:09.700643-05:00",
                            "created_at": "2024-01-27T09:18:10.879475-05:00",
                            "name": "Washington Capitals",
                            "reward": "2.81000",
                            "odds": "2.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66efa044-b211-4a9b-9609-10693d968d12/?format=api"
                        }
                    ]
                },
                {
                    "id": "1671cd21-22e5-4c82-b43e-5249c9def9ed",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1616a07-6cdd-44f0-9d9b-45bcc778f635/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:10.887702-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 5423.0
                            },
                            {
                                "team": "Dallas Stars",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fff82e0e-af5c-445b-be0f-4657e05709fc",
                            "gambit_id": "8be73520-6b9b-4271-ba4f-d8952fa76971",
                            "last_updated": "2024-01-29T21:58:09.712025-05:00",
                            "created_at": "2024-01-27T09:18:10.891610-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1671cd21-22e5-4c82-b43e-5249c9def9ed/?format=api"
                        },
                        {
                            "id": "deda1518-c577-457b-bd69-c92e406639d9",
                            "gambit_id": "eea3abd2-2c23-42c5-b8ee-e7501d942e5b",
                            "last_updated": "2024-01-29T21:58:09.715523-05:00",
                            "created_at": "2024-01-27T09:18:10.895679-05:00",
                            "name": "Dallas Stars",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1671cd21-22e5-4c82-b43e-5249c9def9ed/?format=api"
                        }
                    ]
                },
                {
                    "id": "2ce49ecc-192c-407b-bc74-09f85ffc4467",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f1616a07-6cdd-44f0-9d9b-45bcc778f635/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:10.899867-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3eee61bd-d152-4e11-864b-4c8b46a9f820",
                            "gambit_id": "405357cc-37ab-4a98-b264-87ab14b3b0d9",
                            "last_updated": "2024-01-29T21:58:09.725997-05:00",
                            "created_at": "2024-01-27T09:18:10.909420-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ce49ecc-192c-407b-bc74-09f85ffc4467/?format=api"
                        },
                        {
                            "id": "4d1573e3-b614-4c5c-b0e0-eee419dda37f",
                            "gambit_id": "2f9a3959-78fb-40d6-8a07-3bcf288ce206",
                            "last_updated": "2024-01-29T21:58:09.722702-05:00",
                            "created_at": "2024-01-27T09:18:10.904486-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ce49ecc-192c-407b-bc74-09f85ffc4467/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "07b5b262-8def-4acc-862b-54d229ad8314",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "57582322-2675-4cde-970c-c030adee3fe2",
            "completed": true,
            "last_updated": "2024-01-29T21:58:10.914134-05:00",
            "created_at": "2024-01-27T09:18:10.614878-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.35,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/57582322-2675-4cde-970c-c030adee3fe2",
            "datetime": "2024-01-27T12:37:00-05:00",
            "cutoff_datetime": "2024-01-27T12:37:00-05:00",
            "name": "Boston Bruins v. Philadelphia Flyers",
            "bettypes": [
                {
                    "id": "6922f83c-2b83-44ed-9a39-eceb290f8785",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07b5b262-8def-4acc-862b-54d229ad8314/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:10.628078-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5773.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 4227.0
                            }
                        ],
                        "expected_reward_tokens": 9467.72,
                        "profit_sb": -32.28,
                        "profit_sb_percentage": -0.34,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d96944a0-6b8e-45f6-8359-7b43c661207d",
                            "gambit_id": "c5ff9901-6848-4486-8afe-7caf9548b503",
                            "last_updated": "2024-01-29T21:58:10.922268-05:00",
                            "created_at": "2024-01-27T09:18:10.638341-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6922f83c-2b83-44ed-9a39-eceb290f8785/?format=api"
                        },
                        {
                            "id": "110e0597-c0b8-4b5e-96bc-b20b4a2f1949",
                            "gambit_id": "b94c8101-44a9-47d0-a7d6-48d82c6377f4",
                            "last_updated": "2024-01-29T21:58:10.925832-05:00",
                            "created_at": "2024-01-27T09:18:10.643135-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "2.24000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6922f83c-2b83-44ed-9a39-eceb290f8785/?format=api"
                        }
                    ]
                },
                {
                    "id": "7015cef3-80f3-4c05-b035-12acae657bd6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07b5b262-8def-4acc-862b-54d229ad8314/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:10.647195-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 6232.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 3768.0
                            }
                        ],
                        "expected_reward_tokens": 9533.04,
                        "profit_sb": 33.04,
                        "profit_sb_percentage": 0.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e3da2479-5121-4b00-ab92-43eb155d51dd",
                            "gambit_id": "a2093517-22b6-4fe4-8465-e9ad3a1ef379",
                            "last_updated": "2024-01-29T21:58:10.935957-05:00",
                            "created_at": "2024-01-27T09:18:10.656034-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7015cef3-80f3-4c05-b035-12acae657bd6/?format=api"
                        },
                        {
                            "id": "5bc928d9-4af4-4fc3-8074-0db42e3e371a",
                            "gambit_id": "e63e97f3-0af9-4df3-bc4a-1c954d09511f",
                            "last_updated": "2024-01-29T21:58:10.932381-05:00",
                            "created_at": "2024-01-27T09:18:10.651549-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.53000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7015cef3-80f3-4c05-b035-12acae657bd6/?format=api"
                        }
                    ]
                },
                {
                    "id": "0aa36766-49cf-4ad2-8a31-191f695726e4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/07b5b262-8def-4acc-862b-54d229ad8314/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:10.660643-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "11cbe845-38ae-45dc-81b3-f322b177ed17",
                            "gambit_id": "1f648388-b3ad-4c8a-9426-a7d7255aa861",
                            "last_updated": "2024-01-29T21:58:10.946013-05:00",
                            "created_at": "2024-01-27T09:18:10.669443-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa36766-49cf-4ad2-8a31-191f695726e4/?format=api"
                        },
                        {
                            "id": "290c6f68-54dc-4154-b808-5b357b1a4751",
                            "gambit_id": "ad5ab7ad-50f3-4d7d-8201-2832671541d8",
                            "last_updated": "2024-01-29T21:58:10.942751-05:00",
                            "created_at": "2024-01-27T09:18:10.664621-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0aa36766-49cf-4ad2-8a31-191f695726e4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "de04cea9-fdb8-4793-954f-9f9d9d4b6d9a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "61a70cbf-be68-477c-aa8a-af669faebe83",
            "completed": true,
            "last_updated": "2024-01-29T22:13:11.403604-05:00",
            "created_at": "2024-01-27T09:18:10.352822-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.03,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/61a70cbf-be68-477c-aa8a-af669faebe83",
            "datetime": "2024-01-27T12:10:00-05:00",
            "cutoff_datetime": "2024-01-27T12:10:00-05:00",
            "name": "Washington Wizards v. Detroit Pistons",
            "bettypes": [
                {
                    "id": "a74082d6-65d1-456f-8e90-2a77de5cefb7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/de04cea9-fdb8-4793-954f-9f9d9d4b6d9a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-27T09:18:10.378026-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Pistons",
                                "amount": 5939.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "3cbd45ea-6f7d-41fa-93ff-d10dc93dbf3c",
                            "gambit_id": "47087ff3-ab0e-47c7-a424-cbc8f0945b3e",
                            "last_updated": "2024-01-29T22:13:11.419255-05:00",
                            "created_at": "2024-01-27T09:18:10.390861-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a74082d6-65d1-456f-8e90-2a77de5cefb7/?format=api"
                        },
                        {
                            "id": "8666a7c7-9fb8-4f67-bc6c-e52694f105d5",
                            "gambit_id": "cffe96d5-a971-420a-b734-087e1273f7e4",
                            "last_updated": "2024-01-29T22:13:11.415686-05:00",
                            "created_at": "2024-01-27T09:18:10.384699-05:00",
                            "name": "Washington Wizards",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a74082d6-65d1-456f-8e90-2a77de5cefb7/?format=api"
                        }
                    ]
                },
                {
                    "id": "deca709a-02a7-4235-81ea-0232dcdbffcb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/de04cea9-fdb8-4793-954f-9f9d9d4b6d9a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-27T09:18:10.395312-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Wizards",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5ddc1aff-8d3b-421f-a8ae-06c7c67d9551",
                            "gambit_id": "977a67ee-8a4f-4a1f-93ac-2b9a663876c2",
                            "last_updated": "2024-01-29T22:13:11.426257-05:00",
                            "created_at": "2024-01-27T09:18:10.399586-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca709a-02a7-4235-81ea-0232dcdbffcb/?format=api"
                        },
                        {
                            "id": "70dbed96-cdd1-48ec-9b0d-8b08284728c1",
                            "gambit_id": "79741d81-faa9-4536-b494-c097e603cf15",
                            "last_updated": "2024-01-29T22:13:11.429644-05:00",
                            "created_at": "2024-01-27T09:18:10.404064-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-3.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deca709a-02a7-4235-81ea-0232dcdbffcb/?format=api"
                        }
                    ]
                },
                {
                    "id": "66ccca4c-2a6c-4fb7-a625-152e98dc7b52",
                    "match": "https://api-prod.gambitprofit.com/api/matches/de04cea9-fdb8-4793-954f-9f9d9d4b6d9a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-27T09:18:10.408705-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 241",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 241",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "41b79c72-98ba-4c82-b55a-4a3d0d4c3607",
                            "gambit_id": "751aa426-66eb-4f13-bc01-7736819a740c",
                            "last_updated": "2024-01-29T22:13:11.436382-05:00",
                            "created_at": "2024-01-27T09:18:10.413806-05:00",
                            "name": "Game Total Over 241",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ccca4c-2a6c-4fb7-a625-152e98dc7b52/?format=api"
                        },
                        {
                            "id": "213af2d7-d529-48d5-b288-4b9cb6a5c61d",
                            "gambit_id": "828c027d-6bfd-4a3f-934a-9f7c6cf359f3",
                            "last_updated": "2024-01-29T22:13:11.439742-05:00",
                            "created_at": "2024-01-27T09:18:10.419508-05:00",
                            "name": "Game Total Under 241",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66ccca4c-2a6c-4fb7-a625-152e98dc7b52/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7a58e70e-94ed-4750-8b3e-c0c058c44edf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bb0ae39d-73f5-408c-b234-826b3dba796c",
            "completed": true,
            "last_updated": "2024-01-27T10:48:04.097039-05:00",
            "created_at": "2024-01-26T09:33:18.495734-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/bb0ae39d-73f5-408c-b234-826b3dba796c",
            "datetime": "2024-01-26T22:07:00-05:00",
            "cutoff_datetime": "2024-01-26T22:07:00-05:00",
            "name": "St Louis Blues v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "283c0d27-b2ea-42f6-bf91-f110335cc6c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7a58e70e-94ed-4750-8b3e-c0c058c44edf/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:18.507140-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6154.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 3846.0
                            }
                        ],
                        "expected_reward_tokens": 9538.08,
                        "profit_sb": 38.08,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f741716d-7606-4fb0-a36c-7dff8dfa2638",
                            "gambit_id": "4db2b409-a732-41a5-b4be-bd6a9ced986f",
                            "last_updated": "2024-01-27T10:48:04.113723-05:00",
                            "created_at": "2024-01-26T09:33:18.515333-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/283c0d27-b2ea-42f6-bf91-f110335cc6c5/?format=api"
                        },
                        {
                            "id": "031e69c7-b450-4706-ab64-3bd67678faa2",
                            "gambit_id": "e78305c7-ec43-4eb4-9a5a-5f7e7543b080",
                            "last_updated": "2024-01-27T10:48:04.110128-05:00",
                            "created_at": "2024-01-26T09:33:18.511048-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.48000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/283c0d27-b2ea-42f6-bf91-f110335cc6c5/?format=api"
                        }
                    ]
                },
                {
                    "id": "c122d2f5-0b50-40ac-8a3c-33c0ad729958",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7a58e70e-94ed-4750-8b3e-c0c058c44edf/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:18.519417-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Blues",
                                "amount": 6154.0
                            },
                            {
                                "team": "Seattle Kraken",
                                "amount": 3846.0
                            }
                        ],
                        "expected_reward_tokens": 9538.08,
                        "profit_sb": 38.08,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "e074d42f-040c-46a5-bfa9-2d6a489733dd",
                            "gambit_id": "9e71e27a-1203-4427-ad3d-2ff944704e91",
                            "last_updated": "2024-01-27T10:48:04.120897-05:00",
                            "created_at": "2024-01-26T09:33:18.522980-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c122d2f5-0b50-40ac-8a3c-33c0ad729958/?format=api"
                        },
                        {
                            "id": "da3932ec-14a5-4122-8385-84e8fe9f5398",
                            "gambit_id": "5b01686f-7cfe-466c-be4a-d073ae4dbb21",
                            "last_updated": "2024-01-27T10:48:04.124455-05:00",
                            "created_at": "2024-01-26T09:33:18.527112-05:00",
                            "name": "Seattle Kraken",
                            "reward": "2.48000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c122d2f5-0b50-40ac-8a3c-33c0ad729958/?format=api"
                        }
                    ]
                },
                {
                    "id": "259ba13f-430e-46a2-8765-d8af42e5d249",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7a58e70e-94ed-4750-8b3e-c0c058c44edf/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:18.531057-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6709bba1-ad5b-4538-859f-d456f088a7d9",
                            "gambit_id": "86ac5355-b949-4030-978f-e5027012362d",
                            "last_updated": "2024-01-27T10:48:04.151876-05:00",
                            "created_at": "2024-01-26T09:33:18.539455-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/259ba13f-430e-46a2-8765-d8af42e5d249/?format=api"
                        },
                        {
                            "id": "586e7c42-7412-47cd-a4ab-140c5308224b",
                            "gambit_id": "655e8cdd-1733-44cb-8c59-02cad5aa90fa",
                            "last_updated": "2024-01-27T10:48:04.143981-05:00",
                            "created_at": "2024-01-26T09:33:18.535535-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/259ba13f-430e-46a2-8765-d8af42e5d249/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d72d7886-6c19-4342-95c4-70949a21349c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "0ef60bad-41d1-4e35-8192-33f496dd4d4f",
            "completed": true,
            "last_updated": "2024-01-27T10:53:04.253596-05:00",
            "created_at": "2024-01-26T09:33:18.232106-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/0ef60bad-41d1-4e35-8192-33f496dd4d4f",
            "datetime": "2024-01-26T21:40:00-05:00",
            "cutoff_datetime": "2024-01-26T21:40:00-05:00",
            "name": "Portland Trail Blazers v. San Antonio Spurs",
            "bettypes": [
                {
                    "id": "187a4225-a8f8-40cf-b866-5004bc189900",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d72d7886-6c19-4342-95c4-70949a21349c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:18.269460-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "San Antonio Spurs",
                                "amount": 6324.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 3676.0
                            }
                        ],
                        "expected_reward_tokens": 9484.08,
                        "profit_sb": -15.92,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "95610251-8d6b-4469-bff7-1f4a144aa5b2",
                            "gambit_id": "b138f060-fc58-4295-9663-09f5ae19d3c8",
                            "last_updated": "2024-01-27T10:53:04.277643-05:00",
                            "created_at": "2024-01-26T09:33:18.279145-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.50000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/187a4225-a8f8-40cf-b866-5004bc189900/?format=api"
                        },
                        {
                            "id": "5d785893-cd77-4bce-a061-5fcc168b01b7",
                            "gambit_id": "8ac1d116-4033-4362-940b-e8cc98f8165f",
                            "last_updated": "2024-01-27T10:53:04.273267-05:00",
                            "created_at": "2024-01-26T09:33:18.274969-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/187a4225-a8f8-40cf-b866-5004bc189900/?format=api"
                        }
                    ]
                },
                {
                    "id": "3cdd4135-8918-4f46-909c-480e1b1c4b44",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d72d7886-6c19-4342-95c4-70949a21349c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:18.242204-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c3d5a14c-2ce8-4ffa-bb83-14c745fd303a",
                            "gambit_id": "7c7a5983-4413-4a96-8112-3ab7bc028d69",
                            "last_updated": "2024-01-27T10:53:04.263125-05:00",
                            "created_at": "2024-01-26T09:33:18.246120-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cdd4135-8918-4f46-909c-480e1b1c4b44/?format=api"
                        },
                        {
                            "id": "e8bd2bc9-a4e3-423e-9f74-a24b736eeb73",
                            "gambit_id": "a5b09462-e575-4a1a-a910-d6481f1327c6",
                            "last_updated": "2024-01-27T10:53:04.266700-05:00",
                            "created_at": "2024-01-26T09:33:18.250742-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cdd4135-8918-4f46-909c-480e1b1c4b44/?format=api"
                        }
                    ]
                },
                {
                    "id": "ddb92dd0-7b4a-4b38-bd48-a53b7be83f76",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d72d7886-6c19-4342-95c4-70949a21349c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:18.283101-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 231",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 231",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "38e32adf-c678-4169-bdc4-d4615c52e5f5",
                            "gambit_id": "e3d6a898-1aec-4435-8c02-be8793728b36",
                            "last_updated": "2024-01-27T10:53:04.284719-05:00",
                            "created_at": "2024-01-26T09:33:18.286975-05:00",
                            "name": "Game Total Over 231",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "231.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddb92dd0-7b4a-4b38-bd48-a53b7be83f76/?format=api"
                        },
                        {
                            "id": "6a8a6856-1b15-4478-ade4-af6350bf0cfb",
                            "gambit_id": "7631c9de-83a8-432c-8ef8-d5837fede6a6",
                            "last_updated": "2024-01-27T10:53:04.288358-05:00",
                            "created_at": "2024-01-26T09:33:18.291933-05:00",
                            "name": "Game Total Under 231",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "231.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddb92dd0-7b4a-4b38-bd48-a53b7be83f76/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6cf24d4c-bede-4167-afe2-3a5be8d6a2ca",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "e4f4b691-b7e5-4561-b50d-f190b340a106",
            "completed": true,
            "last_updated": "2024-01-27T10:53:04.939419-05:00",
            "created_at": "2024-01-26T09:33:17.989646-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.45,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/e4f4b691-b7e5-4561-b50d-f190b340a106",
            "datetime": "2024-01-26T21:07:00-05:00",
            "cutoff_datetime": "2024-01-26T21:07:00-05:00",
            "name": "Los Angeles Kings v. Colorado Avalanche",
            "bettypes": [
                {
                    "id": "f85c27a8-1a23-458b-bf1f-fe92f0f14990",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cf24d4c-bede-4167-afe2-3a5be8d6a2ca/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:17.998011-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5688.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4312.0
                            }
                        ],
                        "expected_reward_tokens": 9442.08,
                        "profit_sb": -57.92,
                        "profit_sb_percentage": -0.61,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b038e914-b9dd-47ec-9ef7-5e4d7011bddd",
                            "gambit_id": "2cd3f13b-c460-4c8a-9d8a-9f702cbc8806",
                            "last_updated": "2024-01-27T10:53:04.958288-05:00",
                            "created_at": "2024-01-26T09:33:18.006383-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85c27a8-1a23-458b-bf1f-fe92f0f14990/?format=api"
                        },
                        {
                            "id": "145ae5fc-fc9c-4412-b381-1112732e39f6",
                            "gambit_id": "bc3caacc-2a2a-45d4-9e67-09386fd4eff6",
                            "last_updated": "2024-01-27T10:53:04.954713-05:00",
                            "created_at": "2024-01-26T09:33:18.002278-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f85c27a8-1a23-458b-bf1f-fe92f0f14990/?format=api"
                        }
                    ]
                },
                {
                    "id": "022d7754-d074-4f2c-a3c8-ca29a55880dd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cf24d4c-bede-4167-afe2-3a5be8d6a2ca/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:18.010531-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6390.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 3610.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3ec3c3a4-aa53-4be5-8790-e7ed40f1dd99",
                            "gambit_id": "bdf63174-dd5a-4545-aecd-1e5da1af65a0",
                            "last_updated": "2024-01-27T10:53:04.964949-05:00",
                            "created_at": "2024-01-26T09:33:18.014051-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022d7754-d074-4f2c-a3c8-ca29a55880dd/?format=api"
                        },
                        {
                            "id": "92d2cf70-a7a6-45a9-a6f4-6cf3a8f7a971",
                            "gambit_id": "ea98f3a8-937b-4b9c-86a6-bd6e1fc16cb1",
                            "last_updated": "2024-01-27T10:53:04.968284-05:00",
                            "created_at": "2024-01-26T09:33:18.017848-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/022d7754-d074-4f2c-a3c8-ca29a55880dd/?format=api"
                        }
                    ]
                },
                {
                    "id": "7f641593-3247-4560-864c-91f8a85f5145",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6cf24d4c-bede-4167-afe2-3a5be8d6a2ca/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:18.021922-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "aa4ddf7d-fe29-480e-9873-a08e70aa14f8",
                            "gambit_id": "09475aca-d66a-45b5-b88a-b717f055ac2d",
                            "last_updated": "2024-01-27T10:53:04.978320-05:00",
                            "created_at": "2024-01-26T09:33:18.032238-05: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/7f641593-3247-4560-864c-91f8a85f5145/?format=api"
                        },
                        {
                            "id": "5ed6944f-045f-4b1a-b5cb-a056dfb52892",
                            "gambit_id": "ce4e01aa-f6b0-4c86-8f8b-7f812341040f",
                            "last_updated": "2024-01-27T10:53:04.974756-05:00",
                            "created_at": "2024-01-26T09:33:18.027227-05: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/7f641593-3247-4560-864c-91f8a85f5145/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d5eaf240-bbf6-43f2-85bf-626889458c0c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "242803b0-c6ef-4091-9e8b-1ed0f2fc3b52",
            "completed": true,
            "last_updated": "2024-01-27T10:58:05.517376-05:00",
            "created_at": "2024-01-26T09:33:17.505918-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.51,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/242803b0-c6ef-4091-9e8b-1ed0f2fc3b52",
            "datetime": "2024-01-26T20:10:00-05:00",
            "cutoff_datetime": "2024-01-26T20:10:00-05:00",
            "name": "Orlando Magic v. Memphis Grizzlies",
            "bettypes": [
                {
                    "id": "22cbb4e1-f0e7-433f-bc6a-499da470a24c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5eaf240-bbf6-43f2-85bf-626889458c0c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:17.528543-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Orlando Magic",
                                "amount": 6752.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 3248.0
                            }
                        ],
                        "expected_reward_tokens": 9451.68,
                        "profit_sb": -48.32,
                        "profit_sb_percentage": -0.51,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9ffbc09e-9d22-419d-a42f-abf8bab1110b",
                            "gambit_id": "ea6cbd4b-dd6b-4470-a4b1-d89490729a73",
                            "last_updated": "2024-01-27T10:58:05.537308-05:00",
                            "created_at": "2024-01-26T09:33:17.533036-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22cbb4e1-f0e7-433f-bc6a-499da470a24c/?format=api"
                        },
                        {
                            "id": "b50433b7-cc23-4d0b-ba86-f628943b497d",
                            "gambit_id": "92c3800a-4b48-4244-9cf8-1ab2720f7503",
                            "last_updated": "2024-01-27T10:58:05.540565-05:00",
                            "created_at": "2024-01-26T09:33:17.538142-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "2.91000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22cbb4e1-f0e7-433f-bc6a-499da470a24c/?format=api"
                        }
                    ]
                },
                {
                    "id": "88e5012d-b475-4eb0-8fcd-835efe60348f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5eaf240-bbf6-43f2-85bf-626889458c0c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:17.516002-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5000.0
                            },
                            {
                                "team": "Orlando Magic",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7cd6d64e-d039-4e5f-82ba-d396d19308da",
                            "gambit_id": "73937145-f0bb-4b18-8809-5f2366aed18f",
                            "last_updated": "2024-01-27T10:58:05.527150-05:00",
                            "created_at": "2024-01-26T09:33:17.519813-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e5012d-b475-4eb0-8fcd-835efe60348f/?format=api"
                        },
                        {
                            "id": "5212bf6b-46ec-415c-a449-253bcba455dd",
                            "gambit_id": "2746fafd-bb03-431f-8942-9eae4ec86e3c",
                            "last_updated": "2024-01-27T10:58:05.530566-05:00",
                            "created_at": "2024-01-26T09:33:17.524253-05:00",
                            "name": "Orlando Magic",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88e5012d-b475-4eb0-8fcd-835efe60348f/?format=api"
                        }
                    ]
                },
                {
                    "id": "8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5eaf240-bbf6-43f2-85bf-626889458c0c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:17.543495-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 212",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 212",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "647f07d1-29b4-4ebf-bef7-0d03dc358ec2",
                            "gambit_id": "e9580491-e86e-49e2-83da-f20aa54c11b1",
                            "last_updated": "2024-01-27T10:58:05.547165-05:00",
                            "created_at": "2024-01-26T09:33:17.547783-05:00",
                            "name": "Game Total Over 212",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "212.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe/?format=api"
                        },
                        {
                            "id": "890e0b1c-0a9b-4bef-b59a-b951aee0a15e",
                            "gambit_id": "35c09be4-09c2-4ef7-b9c5-f5ed2318818a",
                            "last_updated": "2024-01-27T10:58:05.550472-05:00",
                            "created_at": "2024-01-26T09:33:17.552720-05:00",
                            "name": "Game Total Under 212",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "212.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dafa74b-fe5c-4ba4-afd0-0bf5126e67fe/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "22aee102-634d-43fc-81a0-2ca591edd29c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "11797f5e-c125-4c3e-9429-6b866728a589",
            "completed": true,
            "last_updated": "2024-01-27T10:58:03.969675-05:00",
            "created_at": "2024-01-26T09:33:17.276209-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/11797f5e-c125-4c3e-9429-6b866728a589",
            "datetime": "2024-01-26T20:10:00-05:00",
            "cutoff_datetime": "2024-01-26T20:10:00-05:00",
            "name": "Oklahoma City Thunder v. New Orleans Pelicans",
            "bettypes": [
                {
                    "id": "88475543-912e-4a0f-8590-fbf4e58f7c8d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/22aee102-634d-43fc-81a0-2ca591edd29c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:17.298527-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5213.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c738d2e3-ed04-44c7-a1cb-e271f391e9f7",
                            "gambit_id": "77edcea1-1ad8-4f49-9de4-0ddae19c57a0",
                            "last_updated": "2024-01-27T10:58:04.000641-05:00",
                            "created_at": "2024-01-26T09:33:17.302019-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88475543-912e-4a0f-8590-fbf4e58f7c8d/?format=api"
                        },
                        {
                            "id": "9e1df2e3-8d67-4d52-941b-7603f25af0ca",
                            "gambit_id": "41c265e5-5972-41e4-9ac5-318b01c1818d",
                            "last_updated": "2024-01-27T10:58:04.006016-05:00",
                            "created_at": "2024-01-26T09:33:17.306118-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88475543-912e-4a0f-8590-fbf4e58f7c8d/?format=api"
                        }
                    ]
                },
                {
                    "id": "c7550454-f6a7-43ef-b51c-e0bc1f072cb5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/22aee102-634d-43fc-81a0-2ca591edd29c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:17.286034-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "95d05bc2-547a-45ab-8b20-c42017ce84c8",
                            "gambit_id": "ad621c4a-8b86-4957-8e5a-8a59a4f9ef5e",
                            "last_updated": "2024-01-27T10:58:03.992532-05:00",
                            "created_at": "2024-01-26T09:33:17.290044-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7550454-f6a7-43ef-b51c-e0bc1f072cb5/?format=api"
                        },
                        {
                            "id": "10f54141-19cf-4c7e-9519-c32985f3a998",
                            "gambit_id": "b1ab37a1-6a17-487e-91ef-fdda1da15469",
                            "last_updated": "2024-01-27T10:58:03.988251-05:00",
                            "created_at": "2024-01-26T09:33:17.294162-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-1.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c7550454-f6a7-43ef-b51c-e0bc1f072cb5/?format=api"
                        }
                    ]
                },
                {
                    "id": "5b158719-7d89-448e-a5c9-08b69de638c5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/22aee102-634d-43fc-81a0-2ca591edd29c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:17.310014-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 237.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 237.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "34e59b87-ac41-4ada-b453-e22fff74b331",
                            "gambit_id": "44bfb683-9228-4737-867b-385f432070f8",
                            "last_updated": "2024-01-27T10:58:04.015572-05:00",
                            "created_at": "2024-01-26T09:33:17.313322-05:00",
                            "name": "Game Total Over 237.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "237.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b158719-7d89-448e-a5c9-08b69de638c5/?format=api"
                        },
                        {
                            "id": "e97e42be-13a4-4804-9508-d4eb6f94620b",
                            "gambit_id": "90c744db-998c-481a-8a93-d4fcef485577",
                            "last_updated": "2024-01-27T10:58:04.019720-05:00",
                            "created_at": "2024-01-26T09:33:17.317509-05:00",
                            "name": "Game Total Under 237.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "237.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b158719-7d89-448e-a5c9-08b69de638c5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "347e3de2-8d9e-482c-b375-95496cb12c71",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c3761add-0029-4a0d-9261-045492eb8e1c",
            "completed": true,
            "last_updated": "2024-01-27T10:53:04.026991-05:00",
            "created_at": "2024-01-26T09:33:17.746207-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.35,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/c3761add-0029-4a0d-9261-045492eb8e1c",
            "datetime": "2024-01-26T20:10:00-05:00",
            "cutoff_datetime": "2024-01-26T20:10:00-05:00",
            "name": "Cleveland Cavaliers v. Milwaukee Bucks",
            "bettypes": [
                {
                    "id": "4d70ed68-380e-4bb2-8779-737eb1d44fb8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/347e3de2-8d9e-482c-b375-95496cb12c71/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:17.774804-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 6554.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "696c70c1-282e-47e4-b100-1de3a7aae308",
                            "gambit_id": "d4683ac5-7c54-4fe9-9da0-2fbbcb8cbd31",
                            "last_updated": "2024-01-27T10:53:04.049479-05:00",
                            "created_at": "2024-01-26T09:33:17.783166-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d70ed68-380e-4bb2-8779-737eb1d44fb8/?format=api"
                        },
                        {
                            "id": "de699a6b-e1ec-42e1-b847-d43891bc72dc",
                            "gambit_id": "e25cf0df-3a72-44df-a776-029d035ca3d1",
                            "last_updated": "2024-01-27T10:53:04.046246-05:00",
                            "created_at": "2024-01-26T09:33:17.779308-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d70ed68-380e-4bb2-8779-737eb1d44fb8/?format=api"
                        }
                    ]
                },
                {
                    "id": "df92461a-8e8c-4035-9657-c4f5a7fc4461",
                    "match": "https://api-prod.gambitprofit.com/api/matches/347e3de2-8d9e-482c-b375-95496cb12c71/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:17.758332-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d4856631-fc9e-4af2-a887-ce8cdb9d2bfe",
                            "gambit_id": "13c1451a-b0e8-4fc0-b29f-56006aa6236e",
                            "last_updated": "2024-01-27T10:53:04.036033-05:00",
                            "created_at": "2024-01-26T09:33:17.763906-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df92461a-8e8c-4035-9657-c4f5a7fc4461/?format=api"
                        },
                        {
                            "id": "2044e498-a5c6-4a24-9113-fdcbecacfb3f",
                            "gambit_id": "7cb76c3b-7061-44c5-acb1-50909e03d8a2",
                            "last_updated": "2024-01-27T10:53:04.039560-05:00",
                            "created_at": "2024-01-26T09:33:17.768883-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-5.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df92461a-8e8c-4035-9657-c4f5a7fc4461/?format=api"
                        }
                    ]
                },
                {
                    "id": "ef26e724-f355-4137-a90e-ed92a431c9d1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/347e3de2-8d9e-482c-b375-95496cb12c71/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:17.787520-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 238",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 238",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "46d4715a-8139-4a2d-8264-07bd2e53ec2a",
                            "gambit_id": "dff767da-1326-4bb3-8cda-af489b99a107",
                            "last_updated": "2024-01-27T10:53:04.056392-05:00",
                            "created_at": "2024-01-26T09:33:17.792055-05:00",
                            "name": "Game Total Over 238",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef26e724-f355-4137-a90e-ed92a431c9d1/?format=api"
                        },
                        {
                            "id": "dc200f38-584b-4937-9b90-38fd8282384d",
                            "gambit_id": "564f605f-97c2-4988-8da9-3cae40480d85",
                            "last_updated": "2024-01-27T10:53:04.059918-05:00",
                            "created_at": "2024-01-26T09:33:17.796827-05:00",
                            "name": "Game Total Under 238",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef26e724-f355-4137-a90e-ed92a431c9d1/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f4b74d25-37ad-4987-83ca-c5d446ba339a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "cc457b9a-7df0-4c0a-8e04-07b205d9f8b9",
            "completed": true,
            "last_updated": "2024-01-27T10:58:05.278669-05:00",
            "created_at": "2024-01-26T09:33:17.033410-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/cc457b9a-7df0-4c0a-8e04-07b205d9f8b9",
            "datetime": "2024-01-26T19:40:00-05:00",
            "cutoff_datetime": "2024-01-26T19:40:00-05:00",
            "name": "Los Angeles Clippers v. Toronto Raptors",
            "bettypes": [
                {
                    "id": "1e3e7ec6-0b68-4da9-a027-fc87d0d81188",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f4b74d25-37ad-4987-83ca-c5d446ba339a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:17.063578-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 7351.0
                            },
                            {
                                "team": "Toronto Raptors",
                                "amount": 2649.0
                            }
                        ],
                        "expected_reward_tokens": 9482.79,
                        "profit_sb": -17.21,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "80e9bffe-400c-4868-b62a-9b05a6749012",
                            "gambit_id": "1ea0ca94-4099-41c4-8404-fd9c8ed47ebf",
                            "last_updated": "2024-01-27T10:58:05.299987-05:00",
                            "created_at": "2024-01-26T09:33:17.067653-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.29000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e3e7ec6-0b68-4da9-a027-fc87d0d81188/?format=api"
                        },
                        {
                            "id": "9577b4aa-4f04-45ef-9f7f-9027223f74a6",
                            "gambit_id": "a2743799-3cc8-4f1f-88e1-b6ced8fac1c8",
                            "last_updated": "2024-01-27T10:58:05.303705-05:00",
                            "created_at": "2024-01-26T09:33:17.072464-05:00",
                            "name": "Toronto Raptors",
                            "reward": "3.58000",
                            "odds": "3.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e3e7ec6-0b68-4da9-a027-fc87d0d81188/?format=api"
                        }
                    ]
                },
                {
                    "id": "232992ac-8e9c-4a45-b9cf-6983094f4b2f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f4b74d25-37ad-4987-83ca-c5d446ba339a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:17.045043-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Toronto Raptors",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d11dce97-0a86-40eb-a0bf-91089bb038f7",
                            "gambit_id": "c4b48663-ebe8-44e6-83e8-1f175f685c51",
                            "last_updated": "2024-01-27T10:58:05.287956-05:00",
                            "created_at": "2024-01-26T09:33:17.050364-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232992ac-8e9c-4a45-b9cf-6983094f4b2f/?format=api"
                        },
                        {
                            "id": "e9e8c93d-9f02-4168-952c-903d6c48be2f",
                            "gambit_id": "e036026b-1ba7-42a8-a692-5e86b71323f4",
                            "last_updated": "2024-01-27T10:58:05.292437-05:00",
                            "created_at": "2024-01-26T09:33:17.057177-05:00",
                            "name": "Toronto Raptors",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/232992ac-8e9c-4a45-b9cf-6983094f4b2f/?format=api"
                        }
                    ]
                },
                {
                    "id": "a9df26ac-4be6-4fbf-b202-cc83b222645d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f4b74d25-37ad-4987-83ca-c5d446ba339a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:17.077424-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 236.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 236.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f032cb5a-d2ef-4ef4-acdf-58f32681b4d8",
                            "gambit_id": "b7f81b44-6587-4252-a2ec-5b482a84131c",
                            "last_updated": "2024-01-27T10:58:05.314922-05:00",
                            "created_at": "2024-01-26T09:33:17.081358-05:00",
                            "name": "Game Total Under 236.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "236.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9df26ac-4be6-4fbf-b202-cc83b222645d/?format=api"
                        },
                        {
                            "id": "7e708edd-7a2f-4482-be13-8e5766ef45f9",
                            "gambit_id": "df3ee8a7-df44-4a38-b38d-d8cfeafdd067",
                            "last_updated": "2024-01-27T10:58:05.311125-05:00",
                            "created_at": "2024-01-26T09:33:17.085661-05:00",
                            "name": "Game Total Over 236.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "236.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9df26ac-4be6-4fbf-b202-cc83b222645d/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6ddd1cd3-24a1-46c4-8ff6-d13b9c88a9a0",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "6f955227-b019-4d76-8370-bcafafe768ef",
            "completed": true,
            "last_updated": "2024-01-27T11:03:04.716672-05:00",
            "created_at": "2024-01-26T09:33:16.303034-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/6f955227-b019-4d76-8370-bcafafe768ef",
            "datetime": "2024-01-26T19:10:00-05:00",
            "cutoff_datetime": "2024-01-26T19:10:00-05:00",
            "name": "Dallas Mavericks v. Atlanta Hawks",
            "bettypes": [
                {
                    "id": "ce72c0cd-d7c4-4504-a077-3638cd08dbf7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ddd1cd3-24a1-46c4-8ff6-d13b9c88a9a0/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:16.323602-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 5423.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ab19399a-c95f-48b1-a9b6-a928ece1e923",
                            "gambit_id": "673bbba0-f394-42fa-8fb9-ed374dce97f0",
                            "last_updated": "2024-01-27T11:03:04.740352-05:00",
                            "created_at": "2024-01-26T09:33:16.332237-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce72c0cd-d7c4-4504-a077-3638cd08dbf7/?format=api"
                        },
                        {
                            "id": "a8973a02-b8b8-4f3c-b5e7-e4faf54b9524",
                            "gambit_id": "45566b48-06ad-4e41-a6e8-58ce3a11b6b4",
                            "last_updated": "2024-01-27T11:03:04.736557-05:00",
                            "created_at": "2024-01-26T09:33:16.328201-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce72c0cd-d7c4-4504-a077-3638cd08dbf7/?format=api"
                        }
                    ]
                },
                {
                    "id": "2d3526cb-77ae-4df4-9b14-a9b62f82ce9e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ddd1cd3-24a1-46c4-8ff6-d13b9c88a9a0/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:16.310074-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Atlanta Hawks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "bdeaabd5-79a7-427b-aa93-429d34283fed",
                            "gambit_id": "669f24dd-6afd-40e9-ab3f-9459a4d66937",
                            "last_updated": "2024-01-27T11:03:04.725179-05:00",
                            "created_at": "2024-01-26T09:33:16.315207-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d3526cb-77ae-4df4-9b14-a9b62f82ce9e/?format=api"
                        },
                        {
                            "id": "bfeb23c4-76ac-4aa9-ac7e-77e224fdf2fb",
                            "gambit_id": "73a88eeb-002f-48fd-88e7-e663f6c7d1e1",
                            "last_updated": "2024-01-27T11:03:04.728931-05:00",
                            "created_at": "2024-01-26T09:33:16.319675-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-2.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d3526cb-77ae-4df4-9b14-a9b62f82ce9e/?format=api"
                        }
                    ]
                },
                {
                    "id": "d4833477-163d-4f7f-8048-fce94df6dc06",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6ddd1cd3-24a1-46c4-8ff6-d13b9c88a9a0/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:16.336701-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 246.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 246.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "de0d7cf3-9c19-47ea-aa52-e10c653a0d45",
                            "gambit_id": "b2f210f8-69a0-4ebb-b5a9-41c6de5b93d3",
                            "last_updated": "2024-01-27T11:03:04.747781-05:00",
                            "created_at": "2024-01-26T09:33:16.340571-05:00",
                            "name": "Game Total Over 246.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "246.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4833477-163d-4f7f-8048-fce94df6dc06/?format=api"
                        },
                        {
                            "id": "485e63a9-07e2-4bca-82a1-f4f54d484c0a",
                            "gambit_id": "67e4ede5-03f7-4b89-b1d6-18358b6924b5",
                            "last_updated": "2024-01-27T11:03:04.751648-05:00",
                            "created_at": "2024-01-26T09:33:16.345168-05:00",
                            "name": "Game Total Under 246.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "246.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4833477-163d-4f7f-8048-fce94df6dc06/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9be3bd14-15a2-45be-985a-c132f9894109",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d119958c-1200-43c6-a429-1847f273f6c4",
            "completed": true,
            "last_updated": "2024-01-27T11:03:04.942772-05:00",
            "created_at": "2024-01-26T09:33:16.791024-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.45,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/d119958c-1200-43c6-a429-1847f273f6c4",
            "datetime": "2024-01-26T19:10:00-05:00",
            "cutoff_datetime": "2024-01-26T19:10:00-05:00",
            "name": "Houston Rockets v. Charlotte Hornets",
            "bettypes": [
                {
                    "id": "2085d616-85d6-4a35-bab6-0ce1966d095b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9be3bd14-15a2-45be-985a-c132f9894109/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:16.812982-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Rockets",
                                "amount": 6390.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 3610.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "585fb749-edda-4dac-b03b-109ba380f615",
                            "gambit_id": "79231251-988c-446d-ad88-5fe74c49a359",
                            "last_updated": "2024-01-27T11:03:04.963983-05:00",
                            "created_at": "2024-01-26T09:33:16.819377-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2085d616-85d6-4a35-bab6-0ce1966d095b/?format=api"
                        },
                        {
                            "id": "9b288878-f0ff-40cb-9d7c-da965b46063a",
                            "gambit_id": "2c66fa74-0a5a-4527-acea-df924885f01d",
                            "last_updated": "2024-01-27T11:03:04.967348-05:00",
                            "created_at": "2024-01-26T09:33:16.825589-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2085d616-85d6-4a35-bab6-0ce1966d095b/?format=api"
                        }
                    ]
                },
                {
                    "id": "a1cc5884-938d-4a13-a093-846713363af2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9be3bd14-15a2-45be-985a-c132f9894109/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:16.797421-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Rockets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ace401d8-95f2-404d-965e-5fbaa0308117",
                            "gambit_id": "776399ae-0dce-47c7-8aa6-af85ebaba3a2",
                            "last_updated": "2024-01-27T11:03:04.952440-05:00",
                            "created_at": "2024-01-26T09:33:16.801690-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1cc5884-938d-4a13-a093-846713363af2/?format=api"
                        },
                        {
                            "id": "2fb5e549-ef64-439d-9ca6-34b3ab82a7cd",
                            "gambit_id": "46f113b4-58e0-4ca6-8404-322728dae680",
                            "last_updated": "2024-01-27T11:03:04.956468-05:00",
                            "created_at": "2024-01-26T09:33:16.806076-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1cc5884-938d-4a13-a093-846713363af2/?format=api"
                        }
                    ]
                },
                {
                    "id": "4f33d6f0-cd1f-42ac-829c-17d8557e5954",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9be3bd14-15a2-45be-985a-c132f9894109/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:16.829773-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 222.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 222.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fe8a9f1c-4473-4ebe-83a0-2e2b221a7154",
                            "gambit_id": "192bebea-900e-498a-97dc-3d727db384ea",
                            "last_updated": "2024-01-27T11:03:04.977088-05:00",
                            "created_at": "2024-01-26T09:33:16.833389-05:00",
                            "name": "Game Total Over 222.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "222.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f33d6f0-cd1f-42ac-829c-17d8557e5954/?format=api"
                        },
                        {
                            "id": "b2cfbccc-2e61-4e18-b9b7-e5318084b528",
                            "gambit_id": "d3148562-f6fa-48b9-a7e2-1004bb9f9b87",
                            "last_updated": "2024-01-27T11:03:04.973833-05:00",
                            "created_at": "2024-01-26T09:33:16.837130-05:00",
                            "name": "Game Total Under 222.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "222.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f33d6f0-cd1f-42ac-829c-17d8557e5954/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d6babc23-bc04-4174-888a-431a9c3da5a6",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d06d094c-3041-47f8-ac8a-8d4236822d28",
            "completed": true,
            "last_updated": "2024-01-27T10:58:04.535739-05:00",
            "created_at": "2024-01-26T09:33:16.536399-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.35,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/d06d094c-3041-47f8-ac8a-8d4236822d28",
            "datetime": "2024-01-26T19:10:00-05:00",
            "cutoff_datetime": "2024-01-26T19:10:00-05:00",
            "name": "Phoenix Suns v. Indiana Pacers",
            "bettypes": [
                {
                    "id": "63fa99eb-db6c-4d20-8954-37e25e629fd4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d6babc23-bc04-4174-888a-431a9c3da5a6/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:16.567060-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6232.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 3768.0
                            }
                        ],
                        "expected_reward_tokens": 9533.04,
                        "profit_sb": 33.04,
                        "profit_sb_percentage": 0.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "685eeb41-f8c1-4f6a-bf53-200dfaeed77c",
                            "gambit_id": "9a4ecc33-ee04-41b6-a89b-2342f750acc4",
                            "last_updated": "2024-01-27T10:58:04.555417-05:00",
                            "created_at": "2024-01-26T09:33:16.575498-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63fa99eb-db6c-4d20-8954-37e25e629fd4/?format=api"
                        },
                        {
                            "id": "0c29c97c-782d-410e-9cc5-4f8a54c2d240",
                            "gambit_id": "61ab294a-5a3d-4d0a-83b9-d75091a2473f",
                            "last_updated": "2024-01-27T10:58:04.558909-05:00",
                            "created_at": "2024-01-26T09:33:16.583325-05:00",
                            "name": "Indiana Pacers",
                            "reward": "2.53000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63fa99eb-db6c-4d20-8954-37e25e629fd4/?format=api"
                        }
                    ]
                },
                {
                    "id": "9b6267d3-c112-4533-9ad7-18077555fe2f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d6babc23-bc04-4174-888a-431a9c3da5a6/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:16.545246-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Indiana Pacers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0eb70d47-2b4e-48c2-8b7e-81cf7be3656a",
                            "gambit_id": "c004faac-d9b3-43a1-8546-0d82f737a955",
                            "last_updated": "2024-01-27T10:58:04.544922-05:00",
                            "created_at": "2024-01-26T09:33:16.552497-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6267d3-c112-4533-9ad7-18077555fe2f/?format=api"
                        },
                        {
                            "id": "bb63e667-c1cc-4efd-82a4-c41ab363df23",
                            "gambit_id": "bf3ab97c-850c-4d32-b009-bfe58a492755",
                            "last_updated": "2024-01-27T10:58:04.548308-05:00",
                            "created_at": "2024-01-26T09:33:16.559971-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "5.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6267d3-c112-4533-9ad7-18077555fe2f/?format=api"
                        }
                    ]
                },
                {
                    "id": "77d75ae7-7be1-4f55-92ac-05de208caeb5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d6babc23-bc04-4174-888a-431a9c3da5a6/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:16.591102-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 244.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 244.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8ef7b3cb-662c-405f-9779-d83db4fa0e81",
                            "gambit_id": "9ff0f02a-dae7-46b4-bf4f-6241fcc40b38",
                            "last_updated": "2024-01-27T10:58:04.565877-05:00",
                            "created_at": "2024-01-26T09:33:16.595051-05:00",
                            "name": "Game Total Over 244.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "244.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77d75ae7-7be1-4f55-92ac-05de208caeb5/?format=api"
                        },
                        {
                            "id": "8d7c2b61-e649-4c7f-b43f-49b43abb7329",
                            "gambit_id": "88e35aae-f232-496c-b916-703eb62618a3",
                            "last_updated": "2024-01-27T10:58:04.569484-05:00",
                            "created_at": "2024-01-26T09:33:16.599562-05:00",
                            "name": "Game Total Under 244.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "244.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77d75ae7-7be1-4f55-92ac-05de208caeb5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "13b75204-1c95-4033-b081-b86f90cffd3e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ff99d1db-f683-42f0-998b-e54d4e012b9b",
            "completed": true,
            "last_updated": "2024-01-27T10:53:02.606146-05:00",
            "created_at": "2024-01-26T09:33:15.757127-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ff99d1db-f683-42f0-998b-e54d4e012b9b",
            "datetime": "2024-01-26T19:07:00-05:00",
            "cutoff_datetime": "2024-01-26T19:07:00-05:00",
            "name": "Vegas Golden Knights v. New York Rangers",
            "bettypes": [
                {
                    "id": "29bfe4d9-3f2d-4149-aefb-62d2a5bf5826",
                    "match": "https://api-prod.gambitprofit.com/api/matches/13b75204-1c95-4033-b081-b86f90cffd3e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:15.773157-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5857.0
                            },
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 4143.0
                            }
                        ],
                        "expected_reward_tokens": 9487.47,
                        "profit_sb": -12.53,
                        "profit_sb_percentage": -0.13,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "768b55fd-53d5-416f-b8aa-ddafec7711fc",
                            "gambit_id": "6c2b3237-c5ce-4ce1-8612-67aa8199bf5e",
                            "last_updated": "2024-01-27T10:53:02.630399-05:00",
                            "created_at": "2024-01-26T09:33:15.786723-05:00",
                            "name": "New York Rangers",
                            "reward": "1.62000",
                            "odds": "1.64520",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bfe4d9-3f2d-4149-aefb-62d2a5bf5826/?format=api"
                        },
                        {
                            "id": "c8ba750f-929d-497e-bd98-e75402867e08",
                            "gambit_id": "f72aea66-4611-4061-8151-2025683567ad",
                            "last_updated": "2024-01-27T10:53:02.622718-05:00",
                            "created_at": "2024-01-26T09:33:15.780196-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "2.29000",
                            "odds": "2.35000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29bfe4d9-3f2d-4149-aefb-62d2a5bf5826/?format=api"
                        }
                    ]
                },
                {
                    "id": "d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/13b75204-1c95-4033-b081-b86f90cffd3e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:15.795833-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 6154.0
                            },
                            {
                                "team": "New York Rangers",
                                "amount": 3846.0
                            }
                        ],
                        "expected_reward_tokens": 9538.08,
                        "profit_sb": 38.08,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "a093106b-30e7-420e-9ff6-d13f76840b57",
                            "gambit_id": "b8c8d100-0e73-407b-be0a-243e7c2c6ee3",
                            "last_updated": "2024-01-27T10:53:02.637545-05:00",
                            "created_at": "2024-01-26T09:33:15.800066-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb/?format=api"
                        },
                        {
                            "id": "9fb60188-51dc-47dd-8638-fd7e84bbf9e9",
                            "gambit_id": "eeb126ab-699d-4cda-ab9a-6921335f57c6",
                            "last_updated": "2024-01-27T10:53:02.640743-05:00",
                            "created_at": "2024-01-26T09:33:15.808404-05:00",
                            "name": "New York Rangers",
                            "reward": "2.48000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb/?format=api"
                        }
                    ]
                },
                {
                    "id": "56540e0a-7331-412c-9702-ed19ab2154a0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/13b75204-1c95-4033-b081-b86f90cffd3e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:15.813574-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "f9bebd97-a60c-4a4f-925e-06bd36151953",
                            "gambit_id": "522dff46-5c7a-4d11-a7b9-212d4dc90fe5",
                            "last_updated": "2024-01-27T10:53:02.651175-05:00",
                            "created_at": "2024-01-26T09:33:15.821963-05: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/56540e0a-7331-412c-9702-ed19ab2154a0/?format=api"
                        },
                        {
                            "id": "b3fe9a99-1004-4840-a717-8dd9c9aee53a",
                            "gambit_id": "f8d477a2-1c78-40e9-8969-3b380212ad7c",
                            "last_updated": "2024-01-27T10:53:02.647705-05:00",
                            "created_at": "2024-01-26T09:33:15.817362-05: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/56540e0a-7331-412c-9702-ed19ab2154a0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d5140535-e40b-4552-b256-524df7a0f746",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "47b778d1-4d7f-4efd-acf8-74d7b6468832",
            "completed": true,
            "last_updated": "2024-01-27T10:53:03.343417-05:00",
            "created_at": "2024-01-26T09:33:16.024705-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.74,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/47b778d1-4d7f-4efd-acf8-74d7b6468832",
            "datetime": "2024-01-26T19:07:00-05:00",
            "cutoff_datetime": "2024-01-26T19:07:00-05:00",
            "name": "Florida Panthers v. Pittsburgh Penguins",
            "bettypes": [
                {
                    "id": "50948523-658e-41fc-acc0-d0d92964356f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5140535-e40b-4552-b256-524df7a0f746/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-26T09:33:16.042898-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5614.0
                            },
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f6e3e19e-b001-4bd6-b5b3-848b0555dbdc",
                            "gambit_id": "0b92732e-e2a8-488a-8716-f9690a842f96",
                            "last_updated": "2024-01-27T10:53:03.355797-05:00",
                            "created_at": "2024-01-26T09:33:16.048067-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50948523-658e-41fc-acc0-d0d92964356f/?format=api"
                        },
                        {
                            "id": "b11a41b2-51b1-4999-9df7-d0fa6a04018d",
                            "gambit_id": "d31d1952-84a3-4ae4-87f5-24038a7b256a",
                            "last_updated": "2024-01-27T10:53:03.359147-05:00",
                            "created_at": "2024-01-26T09:33:16.062828-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/50948523-658e-41fc-acc0-d0d92964356f/?format=api"
                        }
                    ]
                },
                {
                    "id": "a0d2b2b9-54a1-4d5a-9b67-a7f311c48bde",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5140535-e40b-4552-b256-524df7a0f746/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-26T09:33:16.083525-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Pittsburgh Penguins",
                                "amount": 6554.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fc5c6020-316f-4eee-8e54-092123385c6d",
                            "gambit_id": "e2b04ba1-952a-4131-a290-145b585e468a",
                            "last_updated": "2024-01-27T10:53:03.366206-05:00",
                            "created_at": "2024-01-26T09:33:16.087675-05:00",
                            "name": "Pittsburgh Penguins",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d2b2b9-54a1-4d5a-9b67-a7f311c48bde/?format=api"
                        },
                        {
                            "id": "4167f184-293e-4981-9112-c88f52b2e8e7",
                            "gambit_id": "4e924c34-1f80-4ce8-9629-1f80e8ac0077",
                            "last_updated": "2024-01-27T10:53:03.369410-05:00",
                            "created_at": "2024-01-26T09:33:16.097129-05:00",
                            "name": "Florida Panthers",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a0d2b2b9-54a1-4d5a-9b67-a7f311c48bde/?format=api"
                        }
                    ]
                },
                {
                    "id": "a2db416a-7186-46ae-ab53-358e6d21009a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5140535-e40b-4552-b256-524df7a0f746/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-26T09:33:16.101378-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "0817541f-1e39-4a1a-9471-68e85a20c925",
                            "gambit_id": "21d07d73-dbd8-472d-8330-22d82a39ea77",
                            "last_updated": "2024-01-27T10:53:03.375777-05:00",
                            "created_at": "2024-01-26T09:33:16.105678-05: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/a2db416a-7186-46ae-ab53-358e6d21009a/?format=api"
                        },
                        {
                            "id": "eab71cd6-f57a-4504-a27c-3b5f9d51d054",
                            "gambit_id": "53608db1-de80-4be2-ad05-12ca29ac3f6e",
                            "last_updated": "2024-01-27T10:53:03.379375-05:00",
                            "created_at": "2024-01-26T09:33:16.110282-05: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/a2db416a-7186-46ae-ab53-358e6d21009a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "ffeb013f-85b9-489b-8ee4-501a2314105b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4c29c69f-cdee-4947-abbf-7bd8b14391af",
            "completed": true,
            "last_updated": "2024-01-26T20:43:20.074327-05:00",
            "created_at": "2024-01-25T13:28:14.704894-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.51,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/4c29c69f-cdee-4947-abbf-7bd8b14391af",
            "datetime": "2024-01-25T22:40:00-05:00",
            "cutoff_datetime": "2024-01-25T22:40:00-05:00",
            "name": "Chicago Bulls v. Los Angeles Lakers",
            "bettypes": [
                {
                    "id": "28268d46-7ca3-41bc-963d-caddf42dcb8f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ffeb013f-85b9-489b-8ee4-501a2314105b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:14.738049-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6752.0
                            },
                            {
                                "team": "Chicago Bulls",
                                "amount": 3248.0
                            }
                        ],
                        "expected_reward_tokens": 9451.68,
                        "profit_sb": -48.32,
                        "profit_sb_percentage": -0.51,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d7230061-80c1-4044-a515-7c7b05657e8b",
                            "gambit_id": "cda92269-d91e-48c1-bbd0-471b96feeb51",
                            "last_updated": "2024-01-26T20:43:20.105431-05:00",
                            "created_at": "2024-01-25T13:28:14.745534-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.40000",
                            "odds": "1.41670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28268d46-7ca3-41bc-963d-caddf42dcb8f/?format=api"
                        },
                        {
                            "id": "5daeae96-4ff7-4bf4-8645-ed2675a8a395",
                            "gambit_id": "dbc88713-3a77-4ddd-8b46-fdfb10aa24ed",
                            "last_updated": "2024-01-26T20:43:20.102380-05:00",
                            "created_at": "2024-01-25T13:28:14.741491-05:00",
                            "name": "Chicago Bulls",
                            "reward": "2.91000",
                            "odds": "3.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28268d46-7ca3-41bc-963d-caddf42dcb8f/?format=api"
                        }
                    ]
                },
                {
                    "id": "374bcbc4-bf73-43e9-a606-573eea36ccc8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ffeb013f-85b9-489b-8ee4-501a2314105b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:14.724077-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Chicago Bulls",
                                "amount": 5000.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "77589334-e6e2-48f8-ac07-d4675ee8d921",
                            "gambit_id": "86655cc0-5d75-4983-95c5-34bda67a8c65",
                            "last_updated": "2024-01-26T20:43:20.088973-05:00",
                            "created_at": "2024-01-25T13:28:14.729438-05:00",
                            "name": "Chicago Bulls",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374bcbc4-bf73-43e9-a606-573eea36ccc8/?format=api"
                        },
                        {
                            "id": "89b05204-c943-4759-91d5-280210eef1b6",
                            "gambit_id": "1d1256a6-c17d-4606-b51a-7ccf652679e2",
                            "last_updated": "2024-01-26T20:43:20.092315-05:00",
                            "created_at": "2024-01-25T13:28:14.734066-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/374bcbc4-bf73-43e9-a606-573eea36ccc8/?format=api"
                        }
                    ]
                },
                {
                    "id": "0c548d4e-b182-4878-a6ad-ab2692bbe7af",
                    "match": "https://api-prod.gambitprofit.com/api/matches/ffeb013f-85b9-489b-8ee4-501a2314105b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:14.751549-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "fe94f744-a865-4c0d-b2a2-a45b261b7231",
                            "gambit_id": "192d776d-cd1b-4987-a215-880201f6596b",
                            "last_updated": "2024-01-26T20:43:20.112552-05:00",
                            "created_at": "2024-01-25T13:28:14.754828-05: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/0c548d4e-b182-4878-a6ad-ab2692bbe7af/?format=api"
                        },
                        {
                            "id": "bd5fe92a-2614-49b7-9460-ac5d7aa13ce6",
                            "gambit_id": "41365e52-0a23-463b-82ab-015ed5f062dd",
                            "last_updated": "2024-01-26T20:43:20.115714-05:00",
                            "created_at": "2024-01-25T13:28:14.758477-05: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/0c548d4e-b182-4878-a6ad-ab2692bbe7af/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "4d6a9af4-1cf3-4cde-aa8f-22ed4bbc2397",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "27d4eebf-cf7b-4704-af2d-a1aafd5d5956",
            "completed": true,
            "last_updated": "2024-01-26T20:43:21.031835-05:00",
            "created_at": "2024-01-25T13:28:14.459156-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.46,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/27d4eebf-cf7b-4704-af2d-a1aafd5d5956",
            "datetime": "2024-01-25T22:00:00-05:00",
            "cutoff_datetime": "2024-01-25T22:00:00-05:00",
            "name": "Sacramento Kings v. Golden State Warriors",
            "bettypes": [
                {
                    "id": "1bfd0c2b-d044-435e-b994-8fa546953f96",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4d6a9af4-1cf3-4cde-aa8f-22ed4bbc2397/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:14.487201-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5319.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4232547d-84ea-4b7d-8d98-83a3542178df",
                            "gambit_id": "9518b689-c967-445b-9fef-256d6ec26bc7",
                            "last_updated": "2024-01-26T20:43:21.079269-05:00",
                            "created_at": "2024-01-25T13:28:14.491404-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfd0c2b-d044-435e-b994-8fa546953f96/?format=api"
                        },
                        {
                            "id": "f6b43a2d-d6ec-46ef-bc0e-5cfe0a1b76b2",
                            "gambit_id": "854f5e80-836d-422c-a427-bc71cfb48050",
                            "last_updated": "2024-01-26T20:43:21.082540-05:00",
                            "created_at": "2024-01-25T13:28:14.495395-05:00",
                            "name": "Golden State Warriors",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfd0c2b-d044-435e-b994-8fa546953f96/?format=api"
                        }
                    ]
                },
                {
                    "id": "f6f90a91-ee3b-4c4f-8de0-2c90a780eeec",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4d6a9af4-1cf3-4cde-aa8f-22ed4bbc2397/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:14.474464-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "fc9f2e31-fe56-468b-9a9c-2de5d5b43e24",
                            "gambit_id": "2eabbc9a-b5d1-4a54-aaa1-9ff5b33e9f43",
                            "last_updated": "2024-01-26T20:43:21.071396-05:00",
                            "created_at": "2024-01-25T13:28:14.482975-05:00",
                            "name": "Sacramento Kings",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f90a91-ee3b-4c4f-8de0-2c90a780eeec/?format=api"
                        },
                        {
                            "id": "ba8a42e6-1374-44fb-b540-940ed7d8f217",
                            "gambit_id": "b0f28fcc-2604-47b0-b548-ab600bd1f42c",
                            "last_updated": "2024-01-26T20:43:21.066622-05:00",
                            "created_at": "2024-01-25T13:28:14.478234-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f6f90a91-ee3b-4c4f-8de0-2c90a780eeec/?format=api"
                        }
                    ]
                },
                {
                    "id": "3053898c-1fad-486b-8c2a-a155e7195de6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/4d6a9af4-1cf3-4cde-aa8f-22ed4bbc2397/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:14.499538-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 244.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 244.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "618ef43b-22d5-4069-9a90-81c9cef67a4d",
                            "gambit_id": "93fa16d6-18b4-4602-a191-fd38f30c2030",
                            "last_updated": "2024-01-26T20:43:21.094248-05:00",
                            "created_at": "2024-01-25T13:28:14.503017-05:00",
                            "name": "Game Total Over 244.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "244.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3053898c-1fad-486b-8c2a-a155e7195de6/?format=api"
                        },
                        {
                            "id": "7a3e65a6-e21c-45c2-93c5-f4e3a5641779",
                            "gambit_id": "46cc38ab-0133-4101-83bb-3b84d97c7e4d",
                            "last_updated": "2024-01-26T20:43:21.097544-05:00",
                            "created_at": "2024-01-25T13:28:14.512854-05:00",
                            "name": "Game Total Under 244.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "244.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3053898c-1fad-486b-8c2a-a155e7195de6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a0da4f3a-8d3c-4e89-b876-c0357a7f8276",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "bcbec916-f190-413a-880d-d4c26f7a88c7",
            "completed": true,
            "last_updated": "2024-01-26T20:53:22.183065-05:00",
            "created_at": "2024-01-25T13:28:14.218554-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.38,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/bcbec916-f190-413a-880d-d4c26f7a88c7",
            "datetime": "2024-01-25T21:07:00-05:00",
            "cutoff_datetime": "2024-01-25T21:07:00-05:00",
            "name": "Chicago Blackhawks v. Edmonton Oilers",
            "bettypes": [
                {
                    "id": "816cb4c9-a4c9-4b1d-9b61-b7f061389f2a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0da4f3a-8d3c-4e89-b876-c0357a7f8276/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:14.231179-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 8231.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 1769.0
                            }
                        ],
                        "expected_reward_tokens": 9464.15,
                        "profit_sb": -35.85,
                        "profit_sb_percentage": -0.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "dfe8a91e-5d1d-48d3-b22d-816956ecd76e",
                            "gambit_id": "11d97196-58b1-4f2c-b864-6cc04a6db5b4",
                            "last_updated": "2024-01-26T20:53:22.214196-05:00",
                            "created_at": "2024-01-25T13:28:14.240476-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.15000",
                            "odds": "1.15870",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/816cb4c9-a4c9-4b1d-9b61-b7f061389f2a/?format=api"
                        },
                        {
                            "id": "2aa80f1c-2642-4ec5-8f07-479105d4ad11",
                            "gambit_id": "243f470e-11b7-4d6d-ad25-9e133d5ec192",
                            "last_updated": "2024-01-26T20:53:22.204941-05:00",
                            "created_at": "2024-01-25T13:28:14.234925-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "5.35000",
                            "odds": "5.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/816cb4c9-a4c9-4b1d-9b61-b7f061389f2a/?format=api"
                        }
                    ]
                },
                {
                    "id": "92bf6048-ee88-4d82-bd55-59691d23021c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0da4f3a-8d3c-4e89-b876-c0357a7f8276/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:14.258422-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5213.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "56238586-a792-40be-93af-bd505d77a75c",
                            "gambit_id": "b2be4f9f-a03f-4de0-8377-e68fe670a964",
                            "last_updated": "2024-01-26T20:53:22.243952-05:00",
                            "created_at": "2024-01-25T13:28:14.266889-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bf6048-ee88-4d82-bd55-59691d23021c/?format=api"
                        },
                        {
                            "id": "5023950a-be27-4d6f-8a24-157dd76bdb59",
                            "gambit_id": "31932b69-bb90-426a-a1dd-abce64a0b07b",
                            "last_updated": "2024-01-26T20:53:22.237619-05:00",
                            "created_at": "2024-01-25T13:28:14.262337-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92bf6048-ee88-4d82-bd55-59691d23021c/?format=api"
                        }
                    ]
                },
                {
                    "id": "2dfd487a-cd1c-458d-9637-73e876e1a1f0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0da4f3a-8d3c-4e89-b876-c0357a7f8276/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:14.244982-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d0a58ae4-f364-49ec-89f0-f7c3ab83674d",
                            "gambit_id": "25af75ed-3441-4f4b-b3c7-3a606184a9b9",
                            "last_updated": "2024-01-26T20:53:22.221034-05:00",
                            "created_at": "2024-01-25T13:28:14.248368-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dfd487a-cd1c-458d-9637-73e876e1a1f0/?format=api"
                        },
                        {
                            "id": "4c048bb4-edaf-4616-8540-e378635d4ec0",
                            "gambit_id": "b23a2a56-306a-49f6-b41d-5130d3314932",
                            "last_updated": "2024-01-26T20:53:22.224447-05:00",
                            "created_at": "2024-01-25T13:28:14.253744-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dfd487a-cd1c-458d-9637-73e876e1a1f0/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "a0bd4b2f-360c-440c-bd4b-61d5a46ab3b2",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d81b35cd-3863-4466-a390-e8f4ffb9c0d7",
            "completed": true,
            "last_updated": "2024-01-26T20:53:22.697615-05:00",
            "created_at": "2024-01-25T13:28:13.954552-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.35,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/d81b35cd-3863-4466-a390-e8f4ffb9c0d7",
            "datetime": "2024-01-25T21:07:00-05:00",
            "cutoff_datetime": "2024-01-25T21:07:00-05:00",
            "name": "Columbus Blue Jackets v. Calgary Flames",
            "bettypes": [
                {
                    "id": "2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0bd4b2f-360c-440c-bd4b-61d5a46ab3b2/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:13.967979-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 6232.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 3768.0
                            }
                        ],
                        "expected_reward_tokens": 9533.04,
                        "profit_sb": 33.04,
                        "profit_sb_percentage": 0.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "dc510c5d-6a4e-46b4-8c75-421631b23a23",
                            "gambit_id": "1331a060-231d-4fe8-b0ed-29106b27372a",
                            "last_updated": "2024-01-26T20:53:22.708416-05:00",
                            "created_at": "2024-01-25T13:28:13.973000-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00/?format=api"
                        },
                        {
                            "id": "a37fea58-d16d-4cf7-bb61-b7730d501332",
                            "gambit_id": "2790b58c-ac8f-4a52-8d4a-3af81a2bb9f7",
                            "last_updated": "2024-01-26T20:53:22.712157-05:00",
                            "created_at": "2024-01-25T13:28:13.977758-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.53000",
                            "odds": "2.60000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dc81f41-0ba3-4c24-af7b-5e0a38a1bf00/?format=api"
                        }
                    ]
                },
                {
                    "id": "3356e0b4-6629-428d-a074-ee77155e913b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0bd4b2f-360c-440c-bd4b-61d5a46ab3b2/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:13.982363-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 5688.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 4312.0
                            }
                        ],
                        "expected_reward_tokens": 9442.08,
                        "profit_sb": -57.92,
                        "profit_sb_percentage": -0.61,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "28d3f09e-ec66-42c5-af5f-bda60b2b4045",
                            "gambit_id": "e0211c2c-d51d-4ea4-8e82-3c1fd94ab25c",
                            "last_updated": "2024-01-26T20:53:22.719602-05:00",
                            "created_at": "2024-01-25T13:28:13.993925-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3356e0b4-6629-428d-a074-ee77155e913b/?format=api"
                        },
                        {
                            "id": "2b801f30-ae4d-46de-a985-f65dd9cb3c1f",
                            "gambit_id": "c60f55aa-f5f0-40d9-a022-4bf104788bd9",
                            "last_updated": "2024-01-26T20:53:22.722899-05:00",
                            "created_at": "2024-01-25T13:28:14.002928-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3356e0b4-6629-428d-a074-ee77155e913b/?format=api"
                        }
                    ]
                },
                {
                    "id": "9cb048e0-f554-406c-a777-328d65151a31",
                    "match": "https://api-prod.gambitprofit.com/api/matches/a0bd4b2f-360c-440c-bd4b-61d5a46ab3b2/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:14.006950-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5888f3a1-df2f-463b-98e7-e7b3cb8c99cd",
                            "gambit_id": "768da6ac-b671-4d4a-b74b-dbc10584235d",
                            "last_updated": "2024-01-26T20:53:22.729733-05:00",
                            "created_at": "2024-01-25T13:28:14.021731-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cb048e0-f554-406c-a777-328d65151a31/?format=api"
                        },
                        {
                            "id": "a0f5ed75-aad8-4e4c-832a-714b3555f937",
                            "gambit_id": "511f4eac-7eb2-4719-a04e-0301ee339490",
                            "last_updated": "2024-01-26T20:53:22.732971-05:00",
                            "created_at": "2024-01-25T13:28:14.027389-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9cb048e0-f554-406c-a777-328d65151a31/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "5f9826c6-d87c-4330-aae4-76f6caedabcf",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "33bcd9c2-a689-4fb0-b331-e21cb1ad33c1",
            "completed": true,
            "last_updated": "2024-01-26T20:53:22.942487-05:00",
            "created_at": "2024-01-25T13:28:13.428302-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/33bcd9c2-a689-4fb0-b331-e21cb1ad33c1",
            "datetime": "2024-01-25T20:07:00-05:00",
            "cutoff_datetime": "2024-01-25T20:07:00-05:00",
            "name": "Nashville Predators v. Minnesota Wild",
            "bettypes": [
                {
                    "id": "9427ab7b-2561-480c-bcd8-cbbe9f0d3db7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5f9826c6-d87c-4330-aae4-76f6caedabcf/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:13.439330-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5213.0
                            },
                            {
                                "team": "Nashville Predators",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a52b1995-8331-4669-a4ad-e748dde8a12d",
                            "gambit_id": "60bad5fa-de57-462d-b789-f31d5ad18589",
                            "last_updated": "2024-01-26T20:53:22.958197-05:00",
                            "created_at": "2024-01-25T13:28:13.447262-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9427ab7b-2561-480c-bcd8-cbbe9f0d3db7/?format=api"
                        },
                        {
                            "id": "49c4221a-d938-4ec1-a8cf-acd072c0009e",
                            "gambit_id": "a2380360-94b8-4d13-bb7d-d458ee41e154",
                            "last_updated": "2024-01-26T20:53:22.954862-05:00",
                            "created_at": "2024-01-25T13:28:13.442884-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9427ab7b-2561-480c-bcd8-cbbe9f0d3db7/?format=api"
                        }
                    ]
                },
                {
                    "id": "01d3f7d2-5420-4837-b216-51fa266d5930",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5f9826c6-d87c-4330-aae4-76f6caedabcf/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:13.462882-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Nashville Predators",
                                "amount": 6856.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 3144.0
                            }
                        ],
                        "expected_reward_tokens": 9461.28,
                        "profit_sb": -38.72,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c2b20070-1b1b-4953-9786-a43baa206962",
                            "gambit_id": "1d1f39af-457c-43f8-8e9f-56f875abe9fa",
                            "last_updated": "2024-01-26T20:53:22.965115-05:00",
                            "created_at": "2024-01-25T13:28:13.481771-05:00",
                            "name": "Nashville Predators",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01d3f7d2-5420-4837-b216-51fa266d5930/?format=api"
                        },
                        {
                            "id": "48763311-7825-4f07-94fa-27bdff258ac7",
                            "gambit_id": "4f852632-2c45-45b3-81c7-bc024ae201d2",
                            "last_updated": "2024-01-26T20:53:22.969809-05:00",
                            "created_at": "2024-01-25T13:28:13.486003-05:00",
                            "name": "Minnesota Wild",
                            "reward": "3.01000",
                            "odds": "3.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01d3f7d2-5420-4837-b216-51fa266d5930/?format=api"
                        }
                    ]
                },
                {
                    "id": "4be1ddd5-13a9-4410-9767-50ec36864a6b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/5f9826c6-d87c-4330-aae4-76f6caedabcf/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:13.490477-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3bc951f8-c595-45a5-87b9-1ed0a5c38699",
                            "gambit_id": "90d543fc-34f1-4377-98ea-904171f9e08a",
                            "last_updated": "2024-01-26T20:53:22.979666-05:00",
                            "created_at": "2024-01-25T13:28:13.506842-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be1ddd5-13a9-4410-9767-50ec36864a6b/?format=api"
                        },
                        {
                            "id": "abb7414d-dccb-4fa0-82e5-898cdab60119",
                            "gambit_id": "cff98071-fc48-4934-822c-b48c07d659f6",
                            "last_updated": "2024-01-26T20:53:22.976362-05:00",
                            "created_at": "2024-01-25T13:28:13.497931-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4be1ddd5-13a9-4410-9767-50ec36864a6b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "517fa9ff-fb29-4420-ab3d-dcd6eb9ba722",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "111b8d45-59a8-4f8a-8adf-8cac1d0fee37",
            "completed": true,
            "last_updated": "2024-01-26T20:53:21.935929-05:00",
            "created_at": "2024-01-25T13:28:13.705203-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/111b8d45-59a8-4f8a-8adf-8cac1d0fee37",
            "datetime": "2024-01-25T20:07:00-05:00",
            "cutoff_datetime": "2024-01-25T20:07:00-05:00",
            "name": "Anaheim Ducks v. Dallas Stars",
            "bettypes": [
                {
                    "id": "ae9e7d3e-3007-4c48-a6fe-59c4985c785f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/517fa9ff-fb29-4420-ab3d-dcd6eb9ba722/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:13.715853-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7393.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 2607.0
                            }
                        ],
                        "expected_reward_tokens": 9463.04,
                        "profit_sb": -36.96,
                        "profit_sb_percentage": -0.39,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "78247e66-d9da-4ca9-9048-105661107d53",
                            "gambit_id": "d5aec1b6-6d41-4998-be08-90bf65eb74ca",
                            "last_updated": "2024-01-26T20:53:21.953794-05:00",
                            "created_at": "2024-01-25T13:28:13.733920-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.28000",
                            "odds": "1.29410",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9e7d3e-3007-4c48-a6fe-59c4985c785f/?format=api"
                        },
                        {
                            "id": "6f8043b0-49dd-4bfc-87cd-30a83e92ccb2",
                            "gambit_id": "95a15412-0885-4009-ac75-d7c659a40347",
                            "last_updated": "2024-01-26T20:53:21.950506-05:00",
                            "created_at": "2024-01-25T13:28:13.726590-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "3.63000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae9e7d3e-3007-4c48-a6fe-59c4985c785f/?format=api"
                        }
                    ]
                },
                {
                    "id": "3e1cd983-8fbb-4918-97e1-e92153e4dd5e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/517fa9ff-fb29-4420-ab3d-dcd6eb9ba722/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:13.738613-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5423.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "caf38f6d-a299-4398-8049-330fc5a36c96",
                            "gambit_id": "e13f8d18-1db1-4e56-ba55-79db48db6cec",
                            "last_updated": "2024-01-26T20:53:21.964060-05:00",
                            "created_at": "2024-01-25T13:28:13.745980-05:00",
                            "name": "Dallas Stars",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e1cd983-8fbb-4918-97e1-e92153e4dd5e/?format=api"
                        },
                        {
                            "id": "72231262-e8b1-43f6-b153-ac4b01f0c9e3",
                            "gambit_id": "eb8ed61c-b04f-481f-8c64-6fbdeeb4880c",
                            "last_updated": "2024-01-26T20:53:21.960593-05:00",
                            "created_at": "2024-01-25T13:28:13.742155-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e1cd983-8fbb-4918-97e1-e92153e4dd5e/?format=api"
                        }
                    ]
                },
                {
                    "id": "c166a041-9e12-4a86-abd6-1e72189e88de",
                    "match": "https://api-prod.gambitprofit.com/api/matches/517fa9ff-fb29-4420-ab3d-dcd6eb9ba722/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:13.749636-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5948e271-4416-40b8-9634-859265c1edbe",
                            "gambit_id": "5a9a11cc-a61b-4f41-b131-9c4e51dc674d",
                            "last_updated": "2024-01-26T20:53:21.970864-05:00",
                            "created_at": "2024-01-25T13:28:13.753141-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c166a041-9e12-4a86-abd6-1e72189e88de/?format=api"
                        },
                        {
                            "id": "e1221dca-1ea9-47b1-ad78-a75ea2ce3ed8",
                            "gambit_id": "35dd2afb-a48d-4a2e-8d29-01aa6abafe20",
                            "last_updated": "2024-01-26T20:53:21.974119-05:00",
                            "created_at": "2024-01-25T13:28:13.758708-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c166a041-9e12-4a86-abd6-1e72189e88de/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d8a79bc9-14f8-4dff-8855-da0607bb4494",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "9a749dec-4758-40da-a17b-103c4d9bb169",
            "completed": true,
            "last_updated": "2024-01-26T20:48:21.255637-05:00",
            "created_at": "2024-01-25T13:28:12.901054-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.74,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/9a749dec-4758-40da-a17b-103c4d9bb169",
            "datetime": "2024-01-25T19:40:00-05:00",
            "cutoff_datetime": "2024-01-25T19:40:00-05:00",
            "name": "Denver Nuggets v. New York Knicks",
            "bettypes": [
                {
                    "id": "cd04258a-3825-4c9f-8a67-ad6255e8c8aa",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d8a79bc9-14f8-4dff-8855-da0607bb4494/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:12.927179-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5614.0
                            },
                            {
                                "team": "New York Knicks",
                                "amount": 4386.0
                            }
                        ],
                        "expected_reward_tokens": 9429.9,
                        "profit_sb": -70.1,
                        "profit_sb_percentage": -0.74,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "198b2560-9d9f-4bfd-a74a-881315ef37ae",
                            "gambit_id": "b3752cb0-0d27-4b18-8392-01bfe5506339",
                            "last_updated": "2024-01-26T20:48:21.276328-05:00",
                            "created_at": "2024-01-25T13:28:12.931902-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.68000",
                            "odds": "1.71430",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd04258a-3825-4c9f-8a67-ad6255e8c8aa/?format=api"
                        },
                        {
                            "id": "c8ff251b-dbe1-47a0-b031-2d47ce33bcd6",
                            "gambit_id": "3266ca37-c0fe-4968-87b1-cbacfe07f474",
                            "last_updated": "2024-01-26T20:48:21.279520-05:00",
                            "created_at": "2024-01-25T13:28:12.936838-05:00",
                            "name": "New York Knicks",
                            "reward": "2.15000",
                            "odds": "2.20000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd04258a-3825-4c9f-8a67-ad6255e8c8aa/?format=api"
                        }
                    ]
                },
                {
                    "id": "134256f5-8101-44bc-b8c3-8c82d9f23811",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d8a79bc9-14f8-4dff-8855-da0607bb4494/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:12.913951-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Denver Nuggets",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2b070ad-a79e-4331-ada4-2a5033860f8b",
                            "gambit_id": "988e3af9-7d28-4473-ab59-27cb3f149f37",
                            "last_updated": "2024-01-26T20:48:21.270062-05:00",
                            "created_at": "2024-01-25T13:28:12.923468-05:00",
                            "name": "New York Knicks",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134256f5-8101-44bc-b8c3-8c82d9f23811/?format=api"
                        },
                        {
                            "id": "b9d5b918-ad0d-47a9-b3d0-b6b4ab68bafb",
                            "gambit_id": "1a15d07f-a922-4d71-b008-af505c4d3eff",
                            "last_updated": "2024-01-26T20:48:21.266892-05:00",
                            "created_at": "2024-01-25T13:28:12.918212-05:00",
                            "name": "Denver Nuggets",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/134256f5-8101-44bc-b8c3-8c82d9f23811/?format=api"
                        }
                    ]
                },
                {
                    "id": "044b2154-51ee-495d-a4b0-93c7443b57e7",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d8a79bc9-14f8-4dff-8855-da0607bb4494/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:12.941250-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 223",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 223",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0dab5385-d87e-4271-9fce-1a754f9b039e",
                            "gambit_id": "f2fa4e2f-5407-4652-9be0-d4cc0b8ad0d5",
                            "last_updated": "2024-01-26T20:48:21.289070-05:00",
                            "created_at": "2024-01-25T13:28:12.950024-05:00",
                            "name": "Game Total Under 223",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/044b2154-51ee-495d-a4b0-93c7443b57e7/?format=api"
                        },
                        {
                            "id": "03e3de45-a679-4d53-9816-09780d4217da",
                            "gambit_id": "ff798bfa-dbbe-4b18-9c94-b6753117f663",
                            "last_updated": "2024-01-26T20:48:21.285726-05:00",
                            "created_at": "2024-01-25T13:28:12.945617-05:00",
                            "name": "Game Total Over 223",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "223.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/044b2154-51ee-495d-a4b0-93c7443b57e7/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "024f171d-c1bc-409b-aaef-549e0fa3c37e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5a9f433f-95ce-41f7-b85f-70aa692b8018",
            "completed": true,
            "last_updated": "2024-01-26T20:48:22.436329-05:00",
            "created_at": "2024-01-25T13:28:13.144703-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/5a9f433f-95ce-41f7-b85f-70aa692b8018",
            "datetime": "2024-01-25T19:40:00-05:00",
            "cutoff_datetime": "2024-01-25T19:40:00-05:00",
            "name": "Minnesota Timberwolves v. Brooklyn Nets",
            "bettypes": [
                {
                    "id": "9bdc3d37-1a80-47e2-8867-a796a809c575",
                    "match": "https://api-prod.gambitprofit.com/api/matches/024f171d-c1bc-409b-aaef-549e0fa3c37e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:13.188589-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 6090.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4612b7a1-311d-485d-a0cf-faea167e752c",
                            "gambit_id": "f942e4a8-4e9b-4205-bb0b-b343e4e1ca25",
                            "last_updated": "2024-01-26T20:48:22.454140-05:00",
                            "created_at": "2024-01-25T13:28:13.193407-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdc3d37-1a80-47e2-8867-a796a809c575/?format=api"
                        },
                        {
                            "id": "a82929ae-3355-4ef4-915a-3fa6de4f328d",
                            "gambit_id": "b8eb971e-d4d5-4dea-8044-04c0e2afebd3",
                            "last_updated": "2024-01-26T20:48:22.457460-05:00",
                            "created_at": "2024-01-25T13:28:13.210085-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bdc3d37-1a80-47e2-8867-a796a809c575/?format=api"
                        }
                    ]
                },
                {
                    "id": "49373d37-fe41-485b-bc3d-26c2e0815970",
                    "match": "https://api-prod.gambitprofit.com/api/matches/024f171d-c1bc-409b-aaef-549e0fa3c37e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:13.173602-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 5000.0
                            },
                            {
                                "team": "Brooklyn Nets",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "41e9dcf4-f4e2-4ff0-b550-8170b797aad8",
                            "gambit_id": "3a28dc63-26db-4217-885c-249155ddadf1",
                            "last_updated": "2024-01-26T20:48:22.443958-05:00",
                            "created_at": "2024-01-25T13:28:13.179495-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49373d37-fe41-485b-bc3d-26c2e0815970/?format=api"
                        },
                        {
                            "id": "de6a3888-2f2b-42dd-ae81-9655bab65c52",
                            "gambit_id": "256dc919-f96a-4d34-8d87-210ff243e2fa",
                            "last_updated": "2024-01-26T20:48:22.447275-05:00",
                            "created_at": "2024-01-25T13:28:13.183966-05:00",
                            "name": "Brooklyn Nets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/49373d37-fe41-485b-bc3d-26c2e0815970/?format=api"
                        }
                    ]
                },
                {
                    "id": "1dd7b45c-022d-46b0-a97f-337dc44b9a3a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/024f171d-c1bc-409b-aaef-549e0fa3c37e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:13.216867-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 218",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 218",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "21a107ef-79fb-4ad2-a92b-854f2cc86dca",
                            "gambit_id": "30d5cc97-f268-4f91-a4d3-ec57be8c5ffd",
                            "last_updated": "2024-01-26T20:48:22.464175-05:00",
                            "created_at": "2024-01-25T13:28:13.230168-05:00",
                            "name": "Game Total Over 218",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "218.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd7b45c-022d-46b0-a97f-337dc44b9a3a/?format=api"
                        },
                        {
                            "id": "b6d3f35b-c915-4f61-b318-c05e766313c5",
                            "gambit_id": "4c778b44-5d3a-459a-b4b7-2c5f7beba171",
                            "last_updated": "2024-01-26T20:48:22.467647-05:00",
                            "created_at": "2024-01-25T13:28:13.234830-05:00",
                            "name": "Game Total Under 218",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "218.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dd7b45c-022d-46b0-a97f-337dc44b9a3a/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6d220ee5-92b2-4b09-a0fa-37f00880a5b8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "983fc54d-00a1-415a-8af8-87146b5e759e",
            "completed": true,
            "last_updated": "2024-01-26T20:53:22.454451-05:00",
            "created_at": "2024-01-25T13:28:12.664000-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/983fc54d-00a1-415a-8af8-87146b5e759e",
            "datetime": "2024-01-25T19:37:00-05:00",
            "cutoff_datetime": "2024-01-25T19:37:00-05:00",
            "name": "New Jersey Devils v. Carolina Hurricanes",
            "bettypes": [
                {
                    "id": "f11d4d63-6b47-48c5-ad78-3fdc93797d47",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6d220ee5-92b2-4b09-a0fa-37f00880a5b8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:12.669978-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5939.0
                            },
                            {
                                "team": "New Jersey Devils",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "81ec2d79-9d51-4945-a22a-4f0f69053a48",
                            "gambit_id": "cd138524-4b50-47e3-956c-7f11353aacfe",
                            "last_updated": "2024-01-26T20:53:22.465951-05:00",
                            "created_at": "2024-01-25T13:28:12.683262-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11d4d63-6b47-48c5-ad78-3fdc93797d47/?format=api"
                        },
                        {
                            "id": "f22d782d-9ccd-462a-8181-d90c4ac9a179",
                            "gambit_id": "fbcd4e29-9968-437c-89c9-c9999cb1e892",
                            "last_updated": "2024-01-26T20:53:22.462117-05:00",
                            "created_at": "2024-01-25T13:28:12.678151-05:00",
                            "name": "New Jersey Devils",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11d4d63-6b47-48c5-ad78-3fdc93797d47/?format=api"
                        }
                    ]
                },
                {
                    "id": "c33f64db-01ad-4ec0-a62b-308e69fa39d2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6d220ee5-92b2-4b09-a0fa-37f00880a5b8/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:12.699230-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6154.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 3846.0
                            }
                        ],
                        "expected_reward_tokens": 9538.08,
                        "profit_sb": 38.08,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "d4d069d9-37c0-46e9-9370-03cf82d2feb6",
                            "gambit_id": "7cbb27cd-af7a-4fcc-ba33-4ed2ace48935",
                            "last_updated": "2024-01-26T20:53:22.484034-05:00",
                            "created_at": "2024-01-25T13:28:12.703037-05:00",
                            "name": "New Jersey Devils",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33f64db-01ad-4ec0-a62b-308e69fa39d2/?format=api"
                        },
                        {
                            "id": "ed92a208-77cc-4e6c-ab82-9388f028cfce",
                            "gambit_id": "44ee49d5-e165-4e32-8f79-18d17412ea92",
                            "last_updated": "2024-01-26T20:53:22.487651-05:00",
                            "created_at": "2024-01-25T13:28:12.708074-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "2.48000",
                            "odds": "2.55000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c33f64db-01ad-4ec0-a62b-308e69fa39d2/?format=api"
                        }
                    ]
                },
                {
                    "id": "194e3f9a-d647-454d-b343-4f188f92c688",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6d220ee5-92b2-4b09-a0fa-37f00880a5b8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:12.687532-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "50cad70a-93e5-4090-b08b-eedc7b8eacdd",
                            "gambit_id": "f10f6182-4816-4e32-b3ad-b2bfd1fd43b7",
                            "last_updated": "2024-01-26T20:53:22.477191-05:00",
                            "created_at": "2024-01-25T13:28:12.695514-05: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/194e3f9a-d647-454d-b343-4f188f92c688/?format=api"
                        },
                        {
                            "id": "c0bc69a9-9fa7-470c-a8b9-7fe0307ae7bf",
                            "gambit_id": "8de00e0a-2612-4610-acb7-b41c42b64214",
                            "last_updated": "2024-01-26T20:53:22.473563-05:00",
                            "created_at": "2024-01-25T13:28:12.690929-05: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/194e3f9a-d647-454d-b343-4f188f92c688/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "0765e148-e85c-4fbc-8509-985549891b94",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "571d9313-45ae-4fe1-a3e6-11c1ebe21c1a",
            "completed": true,
            "last_updated": "2024-01-26T20:48:21.749192-05:00",
            "created_at": "2024-01-25T13:28:12.415803-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.18,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/571d9313-45ae-4fe1-a3e6-11c1ebe21c1a",
            "datetime": "2024-01-25T19:30:00-05:00",
            "cutoff_datetime": "2024-01-25T19:30:00-05:00",
            "name": "Boston Celtics v. Miami Heat",
            "bettypes": [
                {
                    "id": "c9fa93cf-0453-41fe-8ee3-df2009e0f5ba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0765e148-e85c-4fbc-8509-985549891b94/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:12.436150-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7351.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 2649.0
                            }
                        ],
                        "expected_reward_tokens": 9482.79,
                        "profit_sb": -17.21,
                        "profit_sb_percentage": -0.18,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "19c1aa85-1aa5-4860-915f-fa00c0e451d1",
                            "gambit_id": "2dce3dd7-e6fb-46fb-a609-7478e8c98780",
                            "last_updated": "2024-01-26T20:48:21.780671-05:00",
                            "created_at": "2024-01-25T13:28:12.440466-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.29000",
                            "odds": "1.30300",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9fa93cf-0453-41fe-8ee3-df2009e0f5ba/?format=api"
                        },
                        {
                            "id": "204f33cb-6dda-49ea-97bc-6a346def0a72",
                            "gambit_id": "b7728773-e95c-474d-9105-c440b934c3ac",
                            "last_updated": "2024-01-26T20:48:21.783831-05:00",
                            "created_at": "2024-01-25T13:28:12.446529-05:00",
                            "name": "Miami Heat",
                            "reward": "3.58000",
                            "odds": "3.70000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9fa93cf-0453-41fe-8ee3-df2009e0f5ba/?format=api"
                        }
                    ]
                },
                {
                    "id": "d71c9fe8-bc86-4c07-822c-808ea7f841af",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0765e148-e85c-4fbc-8509-985549891b94/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:12.420798-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c29109a5-382c-4a21-9b1a-33ebde40c581",
                            "gambit_id": "68cb6987-0e60-4dfe-bb8f-92eca0edb8af",
                            "last_updated": "2024-01-26T20:48:21.770926-05:00",
                            "created_at": "2024-01-25T13:28:12.426451-05:00",
                            "name": "Boston Celtics",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71c9fe8-bc86-4c07-822c-808ea7f841af/?format=api"
                        },
                        {
                            "id": "cf890632-a645-4341-b970-4c06a192d03c",
                            "gambit_id": "55e55456-c784-4751-ab96-c09d71d01b4a",
                            "last_updated": "2024-01-26T20:48:21.774222-05:00",
                            "created_at": "2024-01-25T13:28:12.431692-05:00",
                            "name": "Miami Heat",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "8.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d71c9fe8-bc86-4c07-822c-808ea7f841af/?format=api"
                        }
                    ]
                },
                {
                    "id": "0772e824-c0cc-45cc-9b31-5a2597aaae00",
                    "match": "https://api-prod.gambitprofit.com/api/matches/0765e148-e85c-4fbc-8509-985549891b94/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:12.451995-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 225",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 225",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "002a5b04-7386-400f-97f3-529317eeb77d",
                            "gambit_id": "eb8583a0-43ed-4f87-9eed-0d7b3c79a125",
                            "last_updated": "2024-01-26T20:48:21.793599-05:00",
                            "created_at": "2024-01-25T13:28:12.457240-05:00",
                            "name": "Game Total Over 225",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "225.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0772e824-c0cc-45cc-9b31-5a2597aaae00/?format=api"
                        },
                        {
                            "id": "11cf7b2b-901b-4f3d-97a1-35b3ff827a23",
                            "gambit_id": "a8b7efcd-e19b-4701-a1bf-64e2a60f3044",
                            "last_updated": "2024-01-26T20:48:21.790263-05:00",
                            "created_at": "2024-01-25T13:28:12.462463-05:00",
                            "name": "Game Total Under 225",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "225.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0772e824-c0cc-45cc-9b31-5a2597aaae00/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7c0b6b73-128b-4d41-8715-aa41d52ff3bb",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "d85f1e9e-9196-4430-934b-c5b14abb97f6",
            "completed": true,
            "last_updated": "2024-01-26T20:48:26.173875-05:00",
            "created_at": "2024-01-25T13:28:11.902862-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.22,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/d85f1e9e-9196-4430-934b-c5b14abb97f6",
            "datetime": "2024-01-25T19:10:00-05:00",
            "cutoff_datetime": "2024-01-25T19:10:00-05:00",
            "name": "Utah Jazz v. Washington Wizards",
            "bettypes": [
                {
                    "id": "419a777e-9e61-4495-af16-7bd19c080813",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7c0b6b73-128b-4d41-8715-aa41d52ff3bb/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:11.929442-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 7106.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 2894.0
                            }
                        ],
                        "expected_reward_tokens": 9521.26,
                        "profit_sb": 21.26,
                        "profit_sb_percentage": 0.22,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "53c679a6-8286-433e-8914-04c02cb64220",
                            "gambit_id": "fc1be40a-4774-40a1-9124-fa987c49e04d",
                            "last_updated": "2024-01-26T20:48:26.195824-05:00",
                            "created_at": "2024-01-25T13:28:11.934123-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.34000",
                            "odds": "1.35710",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419a777e-9e61-4495-af16-7bd19c080813/?format=api"
                        },
                        {
                            "id": "bf5e3c79-0faa-4be9-852c-c12f99ccc643",
                            "gambit_id": "bb53f57d-a43d-486b-b0d1-05caa0dfe03a",
                            "last_updated": "2024-01-26T20:48:26.199048-05:00",
                            "created_at": "2024-01-25T13:28:11.939375-05:00",
                            "name": "Washington Wizards",
                            "reward": "3.29000",
                            "odds": "3.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/419a777e-9e61-4495-af16-7bd19c080813/?format=api"
                        }
                    ]
                },
                {
                    "id": "acf89dd0-2f61-4577-8908-aacab36f07b3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7c0b6b73-128b-4d41-8715-aa41d52ff3bb/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:11.915695-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 5000.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "18055ea4-2473-422b-93cf-723350ba6420",
                            "gambit_id": "ef0c1eb6-9b6d-46b0-bab4-b2935d26067f",
                            "last_updated": "2024-01-26T20:48:26.185931-05:00",
                            "created_at": "2024-01-25T13:28:11.920459-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acf89dd0-2f61-4577-8908-aacab36f07b3/?format=api"
                        },
                        {
                            "id": "9be5e218-93e1-461c-a9c1-9aee3674a648",
                            "gambit_id": "41d9f155-6c85-4c9f-a8d0-82ae5f1f8bde",
                            "last_updated": "2024-01-26T20:48:26.189220-05:00",
                            "created_at": "2024-01-25T13:28:11.924504-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acf89dd0-2f61-4577-8908-aacab36f07b3/?format=api"
                        }
                    ]
                },
                {
                    "id": "64a177d1-9201-437d-bbdb-ee36beb8caa5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7c0b6b73-128b-4d41-8715-aa41d52ff3bb/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:11.943660-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 247",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 247",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cf5e4300-7db3-497f-8bde-0963b39b1c21",
                            "gambit_id": "c9fc5dad-0066-4ef6-bffe-8b2f8b9bb0f3",
                            "last_updated": "2024-01-26T20:48:26.205307-05:00",
                            "created_at": "2024-01-25T13:28:11.947525-05:00",
                            "name": "Game Total Over 247",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "247.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64a177d1-9201-437d-bbdb-ee36beb8caa5/?format=api"
                        },
                        {
                            "id": "bfebd93c-1a57-4536-9ccd-628117baf830",
                            "gambit_id": "f8b82baf-261e-443d-85b9-33d1e2e65cfd",
                            "last_updated": "2024-01-26T20:48:26.209021-05:00",
                            "created_at": "2024-01-25T13:28:11.951133-05:00",
                            "name": "Game Total Under 247",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "247.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64a177d1-9201-437d-bbdb-ee36beb8caa5/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "96f12d96-e08a-4988-ae12-138413707b5d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dd07abce-fb38-45a2-8e01-3c444584da4c",
            "completed": true,
            "last_updated": "2024-01-26T20:48:20.989131-05:00",
            "created_at": "2024-01-25T13:28:12.142460-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.4,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/dd07abce-fb38-45a2-8e01-3c444584da4c",
            "datetime": "2024-01-25T19:10:00-05:00",
            "cutoff_datetime": "2024-01-25T19:10:00-05:00",
            "name": "Philadelphia 76ers v. Indiana Pacers",
            "bettypes": [
                {
                    "id": "fa24313e-6fd8-4bd2-b8e6-5c30b125f630",
                    "match": "https://api-prod.gambitprofit.com/api/matches/96f12d96-e08a-4988-ae12-138413707b5d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:12.176535-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 6154.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 3846.0
                            }
                        ],
                        "expected_reward_tokens": 9538.08,
                        "profit_sb": 38.08,
                        "profit_sb_percentage": 0.4,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f74e7cdf-85e6-4957-b113-0ccc04943e90",
                            "gambit_id": "0f60832f-9d32-478a-b9cf-0c90fa5398a3",
                            "last_updated": "2024-01-26T20:48:21.017861-05:00",
                            "created_at": "2024-01-25T13:28:12.181073-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.55000",
                            "odds": "1.57140",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa24313e-6fd8-4bd2-b8e6-5c30b125f630/?format=api"
                        },
                        {
                            "id": "305e4090-99b5-4bac-8256-52295793418f",
                            "gambit_id": "c30d7db0-09f5-4356-89a0-9a51763948a9",
                            "last_updated": "2024-01-26T20:48:21.024312-05:00",
                            "created_at": "2024-01-25T13:28:12.186968-05:00",
                            "name": "Indiana Pacers",
                            "reward": "2.48000",
                            "odds": "2.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa24313e-6fd8-4bd2-b8e6-5c30b125f630/?format=api"
                        }
                    ]
                },
                {
                    "id": "b14b7934-b6ef-4f97-a3d7-2a6754004929",
                    "match": "https://api-prod.gambitprofit.com/api/matches/96f12d96-e08a-4988-ae12-138413707b5d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:12.159766-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia 76ers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Indiana Pacers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "71e383d2-6a02-4252-86f9-be59c13517c6",
                            "gambit_id": "a24d0c05-124c-4a66-8e36-fcaa9d7b757b",
                            "last_updated": "2024-01-26T20:48:21.005108-05:00",
                            "created_at": "2024-01-25T13:28:12.165271-05:00",
                            "name": "Philadelphia 76ers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14b7934-b6ef-4f97-a3d7-2a6754004929/?format=api"
                        },
                        {
                            "id": "2cc2d83f-ed03-48cf-9f9c-baf65b1e8350",
                            "gambit_id": "d232a8ca-c655-441f-a055-53b656c0bd82",
                            "last_updated": "2024-01-26T20:48:21.008314-05:00",
                            "created_at": "2024-01-25T13:28:12.170588-05:00",
                            "name": "Indiana Pacers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "4.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b14b7934-b6ef-4f97-a3d7-2a6754004929/?format=api"
                        }
                    ]
                },
                {
                    "id": "5127e0e0-c494-4ecc-84f9-bbe629b9e6e6",
                    "match": "https://api-prod.gambitprofit.com/api/matches/96f12d96-e08a-4988-ae12-138413707b5d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:12.192187-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 240",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 240",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "960953d5-263a-4d76-a927-573c5d6e4b10",
                            "gambit_id": "8a7d91cf-9494-49b2-a25d-cda7fe5c2a4f",
                            "last_updated": "2024-01-26T20:48:21.047630-05:00",
                            "created_at": "2024-01-25T13:28:12.196652-05:00",
                            "name": "Game Total Over 240",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "240.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5127e0e0-c494-4ecc-84f9-bbe629b9e6e6/?format=api"
                        },
                        {
                            "id": "0be8cffb-e459-4c19-84e1-a5a2eb6fef1f",
                            "gambit_id": "e1cf0c30-6b11-4f70-bc7d-bd7020fbf1dc",
                            "last_updated": "2024-01-26T20:48:21.054277-05:00",
                            "created_at": "2024-01-25T13:28:12.201454-05:00",
                            "name": "Game Total Under 240",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "240.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5127e0e0-c494-4ecc-84f9-bbe629b9e6e6/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6191e4f3-97d4-4526-8dfa-bfbee610f09b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "f3d8fc9b-81b1-4302-9df1-6aa2afb90d35",
            "completed": true,
            "last_updated": "2024-01-26T20:58:22.794993-05:00",
            "created_at": "2024-01-25T13:28:11.129438-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.01,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/f3d8fc9b-81b1-4302-9df1-6aa2afb90d35",
            "datetime": "2024-01-25T19:07:00-05:00",
            "cutoff_datetime": "2024-01-25T19:07:00-05:00",
            "name": "Philadelphia Flyers v. Detroit Red Wings",
            "bettypes": [
                {
                    "id": "f005a1a0-5d55-438b-b8c9-50a575d60bde",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6191e4f3-97d4-4526-8dfa-bfbee610f09b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:11.135388-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Red Wings",
                                "amount": 5000.0
                            },
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a8d7c146-949c-41aa-a253-95154be7a809",
                            "gambit_id": "6a5b5d5e-9406-4574-880b-33e29bd4dd30",
                            "last_updated": "2024-01-26T20:58:22.812289-05:00",
                            "created_at": "2024-01-25T13:28:11.146162-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f005a1a0-5d55-438b-b8c9-50a575d60bde/?format=api"
                        },
                        {
                            "id": "9e0ccf00-9d45-4e53-b77e-b6dc23034b3d",
                            "gambit_id": "60f841e0-782e-43b5-9fd3-10f60dfa1205",
                            "last_updated": "2024-01-26T20:58:22.808781-05:00",
                            "created_at": "2024-01-25T13:28:11.139257-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f005a1a0-5d55-438b-b8c9-50a575d60bde/?format=api"
                        }
                    ]
                },
                {
                    "id": "a8c95ff0-c8cd-431a-a3de-83932d081b2c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6191e4f3-97d4-4526-8dfa-bfbee610f09b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:11.150214-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Philadelphia Flyers",
                                "amount": 6935.0
                            },
                            {
                                "team": "Detroit Red Wings",
                                "amount": 3065.0
                            }
                        ],
                        "expected_reward_tokens": 9500.95,
                        "profit_sb": 0.95,
                        "profit_sb_percentage": 0.01,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "2bc06c02-d473-4fa9-8ddd-b1bbb1e00725",
                            "gambit_id": "c60636de-1da7-400e-bf98-eba05d8f017e",
                            "last_updated": "2024-01-26T20:58:22.819072-05:00",
                            "created_at": "2024-01-25T13:28:11.154651-05:00",
                            "name": "Philadelphia Flyers",
                            "reward": "1.37000",
                            "odds": "1.38460",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c95ff0-c8cd-431a-a3de-83932d081b2c/?format=api"
                        },
                        {
                            "id": "0c2829ee-c911-4324-a599-c9aabdebaa05",
                            "gambit_id": "91770619-f6be-4de6-ae3e-86da196d9fe6",
                            "last_updated": "2024-01-26T20:58:22.822410-05:00",
                            "created_at": "2024-01-25T13:28:11.159951-05:00",
                            "name": "Detroit Red Wings",
                            "reward": "3.10000",
                            "odds": "3.20000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8c95ff0-c8cd-431a-a3de-83932d081b2c/?format=api"
                        }
                    ]
                },
                {
                    "id": "2ed04cdc-4698-4092-bd15-9dfc8cc88901",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6191e4f3-97d4-4526-8dfa-bfbee610f09b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:11.165053-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "e97142c0-aa78-452a-b5b5-520b7a1887fe",
                            "gambit_id": "8136d34f-6054-4495-a8a4-9be93a1d5032",
                            "last_updated": "2024-01-26T20:58:22.828852-05:00",
                            "created_at": "2024-01-25T13:28:11.174468-05: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/2ed04cdc-4698-4092-bd15-9dfc8cc88901/?format=api"
                        },
                        {
                            "id": "35834d9f-bfc0-4426-9f21-ad6a62ae856c",
                            "gambit_id": "a3b82bad-ffe1-48c6-aa12-d692873a4813",
                            "last_updated": "2024-01-26T20:58:22.832256-05:00",
                            "created_at": "2024-01-25T13:28:11.170629-05: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/2ed04cdc-4698-4092-bd15-9dfc8cc88901/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f326db2d-7281-4077-a310-d0863a1aa43b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "84dccbdf-da85-4a10-bfe7-0a2b4d2d37d4",
            "completed": true,
            "last_updated": "2024-01-26T20:58:23.258715-05:00",
            "created_at": "2024-01-25T13:28:10.882519-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.45,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/84dccbdf-da85-4a10-bfe7-0a2b4d2d37d4",
            "datetime": "2024-01-25T19:07:00-05:00",
            "cutoff_datetime": "2024-01-25T19:07:00-05:00",
            "name": "Boston Bruins v. Ottawa Senators",
            "bettypes": [
                {
                    "id": "c8572433-7f43-4a11-b2a8-2181dbb8420b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f326db2d-7281-4077-a310-d0863a1aa43b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:10.894631-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5512.0
                            },
                            {
                                "team": "Ottawa Senators",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "47e3e964-4c46-457f-932f-29fd86bf4bda",
                            "gambit_id": "9f6315f9-e694-44cf-a655-b77ec8836da9",
                            "last_updated": "2024-01-26T20:58:23.268347-05:00",
                            "created_at": "2024-01-25T13:28:10.903802-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8572433-7f43-4a11-b2a8-2181dbb8420b/?format=api"
                        },
                        {
                            "id": "8f5bb85b-3efd-48e5-912f-bc99b8e111d9",
                            "gambit_id": "e385a689-2c17-412a-a63d-1dd461357265",
                            "last_updated": "2024-01-26T20:58:23.272638-05:00",
                            "created_at": "2024-01-25T13:28:10.909195-05:00",
                            "name": "Ottawa Senators",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c8572433-7f43-4a11-b2a8-2181dbb8420b/?format=api"
                        }
                    ]
                },
                {
                    "id": "df547d06-09e8-4e69-be69-09d285e509bb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f326db2d-7281-4077-a310-d0863a1aa43b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:10.927427-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Ottawa Senators",
                                "amount": 6390.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 3610.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "613ff888-6336-4b40-ba28-cbb08a7fed90",
                            "gambit_id": "f29c9d32-e9aa-4340-a58d-f2b88c8e5b73",
                            "last_updated": "2024-01-26T20:58:23.298934-05:00",
                            "created_at": "2024-01-25T13:28:10.936875-05:00",
                            "name": "Ottawa Senators",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df547d06-09e8-4e69-be69-09d285e509bb/?format=api"
                        },
                        {
                            "id": "35bad51e-17fa-45f5-b40e-1f33ba82eec7",
                            "gambit_id": "f8587ebf-ad9a-489f-9cbf-62c6d5dee04f",
                            "last_updated": "2024-01-26T20:58:23.293947-05:00",
                            "created_at": "2024-01-25T13:28:10.932816-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df547d06-09e8-4e69-be69-09d285e509bb/?format=api"
                        }
                    ]
                },
                {
                    "id": "ff03f225-06eb-4686-8466-6be5f77c2728",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f326db2d-7281-4077-a310-d0863a1aa43b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:10.913787-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5000.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "6e20b482-13e9-4cce-8538-b9640a37c53d",
                            "gambit_id": "414f6513-393d-4aae-a3a2-3898b91fc1d5",
                            "last_updated": "2024-01-26T20:58:23.281103-05:00",
                            "created_at": "2024-01-25T13:28:10.917631-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff03f225-06eb-4686-8466-6be5f77c2728/?format=api"
                        },
                        {
                            "id": "a1f43613-ff11-4217-9a6d-86d93428a9f9",
                            "gambit_id": "45f90d48-3899-4d7e-995c-4ab217d5fda2",
                            "last_updated": "2024-01-26T20:58:23.285418-05:00",
                            "created_at": "2024-01-25T13:28:10.922987-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff03f225-06eb-4686-8466-6be5f77c2728/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "38594570-e45b-433a-9e66-f7f9d25be4c8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "ca662834-3969-429f-b5fe-bd88a0e8c94e",
            "completed": true,
            "last_updated": "2024-01-26T20:58:23.027117-05:00",
            "created_at": "2024-01-25T13:28:11.388716-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -1.24,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/ca662834-3969-429f-b5fe-bd88a0e8c94e",
            "datetime": "2024-01-25T19:07:00-05:00",
            "cutoff_datetime": "2024-01-25T19:07:00-05:00",
            "name": "Arizona Coyotes v. Tampa Bay Lightning",
            "bettypes": [
                {
                    "id": "51dc3859-aad7-4b06-8edb-14eeeac57650",
                    "match": "https://api-prod.gambitprofit.com/api/matches/38594570-e45b-433a-9e66-f7f9d25be4c8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:11.393961-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6554.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3446.0
                            }
                        ],
                        "expected_reward_tokens": 9372.22,
                        "profit_sb": -127.78,
                        "profit_sb_percentage": -1.35,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "cf2629fd-a988-454f-8645-a6470ca06635",
                            "gambit_id": "6f01c64a-ad9f-433d-9521-e9c45266cbce",
                            "last_updated": "2024-01-26T20:58:23.041911-05:00",
                            "created_at": "2024-01-25T13:28:11.404685-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "1.43000",
                            "odds": "1.45450",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51dc3859-aad7-4b06-8edb-14eeeac57650/?format=api"
                        },
                        {
                            "id": "d1bd8790-b004-4c94-89fb-5f460347d62a",
                            "gambit_id": "6c3b1ccd-f9c3-4ab4-b197-08fae381b658",
                            "last_updated": "2024-01-26T20:58:23.038405-05:00",
                            "created_at": "2024-01-25T13:28:11.398966-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "2.72000",
                            "odds": "2.80000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/51dc3859-aad7-4b06-8edb-14eeeac57650/?format=api"
                        }
                    ]
                },
                {
                    "id": "b5066887-f7a3-4a0f-873f-922d0246c30c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/38594570-e45b-433a-9e66-f7f9d25be4c8/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:11.422580-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Coyotes",
                                "amount": 5423.0
                            },
                            {
                                "team": "Tampa Bay Lightning",
                                "amount": 4577.0
                            }
                        ],
                        "expected_reward_tokens": 9381.79,
                        "profit_sb": -118.21,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "58b1f5c5-c1d2-4718-bd13-fae2a737f494",
                            "gambit_id": "87b4ce8b-10d5-42ba-8dda-2da30b54328f",
                            "last_updated": "2024-01-26T20:58:23.059606-05:00",
                            "created_at": "2024-01-25T13:28:11.427067-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.73000",
                            "odds": "1.76920",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5066887-f7a3-4a0f-873f-922d0246c30c/?format=api"
                        },
                        {
                            "id": "336f878d-f36b-4ece-9699-e9080be481eb",
                            "gambit_id": "64987e45-cd23-41db-964a-671f10421049",
                            "last_updated": "2024-01-26T20:58:23.063308-05:00",
                            "created_at": "2024-01-25T13:28:11.431902-05:00",
                            "name": "Tampa Bay Lightning",
                            "reward": "2.05000",
                            "odds": "2.10000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5066887-f7a3-4a0f-873f-922d0246c30c/?format=api"
                        }
                    ]
                },
                {
                    "id": "fd3ce892-055d-4338-882c-8d6cf3c51b07",
                    "match": "https://api-prod.gambitprofit.com/api/matches/38594570-e45b-433a-9e66-f7f9d25be4c8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:11.409571-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Over 6.5",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0355fb2d-5e11-4db3-9d82-39a6fcb00252",
                            "gambit_id": "fe91c6c7-d394-4365-a645-2c80be11d270",
                            "last_updated": "2024-01-26T20:58:23.052416-05:00",
                            "created_at": "2024-01-25T13:28:11.418570-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd3ce892-055d-4338-882c-8d6cf3c51b07/?format=api"
                        },
                        {
                            "id": "ddfd9fd0-0ff8-47b6-b467-f7ae78c36dea",
                            "gambit_id": "9be472e6-eeb8-4b22-b5f0-b93f5e36e123",
                            "last_updated": "2024-01-26T20:58:23.048920-05:00",
                            "created_at": "2024-01-25T13:28:11.413941-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd3ce892-055d-4338-882c-8d6cf3c51b07/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fec2fa71-c05d-439c-ba4e-9edb4101349b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b61cfefe-89d1-4baf-bfcc-519d228de08a",
            "completed": true,
            "last_updated": "2024-01-26T20:58:23.493669-05:00",
            "created_at": "2024-01-25T13:28:11.625456-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.17,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/b61cfefe-89d1-4baf-bfcc-519d228de08a",
            "datetime": "2024-01-25T19:07:00-05:00",
            "cutoff_datetime": "2024-01-25T19:07:00-05:00",
            "name": "New York Islanders v. Montreal Canadiens",
            "bettypes": [
                {
                    "id": "8ba64aa0-c444-46c8-a527-599ba86350e1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fec2fa71-c05d-439c-ba4e-9edb4101349b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-25T13:28:11.638733-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 5773.0
                            },
                            {
                                "team": "Montreal Canadiens",
                                "amount": 4227.0
                            }
                        ],
                        "expected_reward_tokens": 9467.72,
                        "profit_sb": -32.28,
                        "profit_sb_percentage": -0.34,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "39efe146-b3b5-4e0f-92c9-3f1b7f29b498",
                            "gambit_id": "5425ada5-04e2-49e5-a55a-cadbb5607d82",
                            "last_updated": "2024-01-26T20:58:23.501551-05:00",
                            "created_at": "2024-01-25T13:28:11.643822-05:00",
                            "name": "New York Islanders",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ba64aa0-c444-46c8-a527-599ba86350e1/?format=api"
                        },
                        {
                            "id": "8effc18a-10bc-4c66-951a-4540ab17f10a",
                            "gambit_id": "ef4e931c-fdec-4eeb-b3eb-5df50e2b1e53",
                            "last_updated": "2024-01-26T20:58:23.504908-05:00",
                            "created_at": "2024-01-25T13:28:11.649053-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "2.24000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ba64aa0-c444-46c8-a527-599ba86350e1/?format=api"
                        }
                    ]
                },
                {
                    "id": "a1dd6074-0e79-41a5-9660-daa996bbffcb",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fec2fa71-c05d-439c-ba4e-9edb4101349b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-25T13:28:11.654161-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Montreal Canadiens",
                                "amount": 6324.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 3676.0
                            }
                        ],
                        "expected_reward_tokens": 9484.08,
                        "profit_sb": -15.92,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "051aec1f-0d52-41e0-adc8-8e4939b7d88a",
                            "gambit_id": "e0864a4a-46c3-43d0-a465-22043af481e1",
                            "last_updated": "2024-01-26T20:58:23.514954-05:00",
                            "created_at": "2024-01-25T13:28:11.678044-05:00",
                            "name": "Montreal Canadiens",
                            "reward": "1.50000",
                            "odds": "1.52630",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1dd6074-0e79-41a5-9660-daa996bbffcb/?format=api"
                        },
                        {
                            "id": "dffbfc0f-af6e-4e71-b6d0-b6780ae19464",
                            "gambit_id": "67222eee-252b-416e-858b-36a9b179b4ed",
                            "last_updated": "2024-01-26T20:58:23.511493-05:00",
                            "created_at": "2024-01-25T13:28:11.659148-05:00",
                            "name": "New York Islanders",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1dd6074-0e79-41a5-9660-daa996bbffcb/?format=api"
                        }
                    ]
                },
                {
                    "id": "cc2248c3-d218-4519-a331-847ca82470ad",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fec2fa71-c05d-439c-ba4e-9edb4101349b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-25T13:28:11.683899-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "fb64e13a-fa51-41b6-86c3-6026703e1870",
                            "gambit_id": "66d667c3-122e-41e8-b1d7-3401931cd582",
                            "last_updated": "2024-01-26T20:58:23.521570-05:00",
                            "created_at": "2024-01-25T13:28:11.687812-05: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/cc2248c3-d218-4519-a331-847ca82470ad/?format=api"
                        },
                        {
                            "id": "e5d0cddf-995e-4dad-89ed-f57170364fd4",
                            "gambit_id": "3dfea6ce-fa4d-4fcd-9cd6-55a1e143af00",
                            "last_updated": "2024-01-26T20:58:23.524982-05:00",
                            "created_at": "2024-01-25T13:28:11.692615-05: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/cc2248c3-d218-4519-a331-847ca82470ad/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "88609fe1-b198-4156-8a10-1b7f19df9b55",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "b75ba619-7ae8-4f42-9c21-96c9ffefeb9a",
            "completed": true,
            "last_updated": "2024-01-26T13:13:08.141259-05:00",
            "created_at": "2024-01-24T09:13:15.462229-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.13,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/b75ba619-7ae8-4f42-9c21-96c9ffefeb9a",
            "datetime": "2024-01-24T22:37:00-05:00",
            "cutoff_datetime": "2024-01-24T22:37:00-05:00",
            "name": "Buffalo Sabres v. Los Angeles Kings",
            "bettypes": [
                {
                    "id": "95498cf6-5218-46fd-b0d6-2b431ad4407c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/88609fe1-b198-4156-8a10-1b7f19df9b55/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:15.470489-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6324.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 3676.0
                            }
                        ],
                        "expected_reward_tokens": 9484.08,
                        "profit_sb": -15.92,
                        "profit_sb_percentage": -0.17,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "26a6ec74-ee31-499c-a38c-f745e18ffbe9",
                            "gambit_id": "77d89926-855f-4581-ad97-7bbea926fabb",
                            "last_updated": "2024-01-26T13:13:08.159636-05:00",
                            "created_at": "2024-01-24T09:13:15.477937-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "1.50000",
                            "odds": "1.52630",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95498cf6-5218-46fd-b0d6-2b431ad4407c/?format=api"
                        },
                        {
                            "id": "c5fed9e6-95b5-4257-a9d6-68db04c8f2c3",
                            "gambit_id": "1e05bcfb-a325-4d86-8b4e-2013a491370d",
                            "last_updated": "2024-01-26T13:13:08.156331-05:00",
                            "created_at": "2024-01-24T09:13:15.474280-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.58000",
                            "odds": "2.65000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/95498cf6-5218-46fd-b0d6-2b431ad4407c/?format=api"
                        }
                    ]
                },
                {
                    "id": "e1f1f27b-9075-40f3-9033-878a36fb1596",
                    "match": "https://api-prod.gambitprofit.com/api/matches/88609fe1-b198-4156-8a10-1b7f19df9b55/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:15.481358-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 5857.0
                            },
                            {
                                "team": "Los Angeles Kings",
                                "amount": 4143.0
                            }
                        ],
                        "expected_reward_tokens": 9487.47,
                        "profit_sb": -12.53,
                        "profit_sb_percentage": -0.13,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "4e528121-a4fb-4b53-9222-311cc7399b8a",
                            "gambit_id": "5b4fcf9d-28df-4200-b39e-7320620769d2",
                            "last_updated": "2024-01-26T13:13:08.166229-05:00",
                            "created_at": "2024-01-24T09:13:15.485061-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.62000",
                            "odds": "1.64520",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f1f27b-9075-40f3-9033-878a36fb1596/?format=api"
                        },
                        {
                            "id": "d378b98f-f1bb-4326-bc96-e576a682e796",
                            "gambit_id": "5cf06cab-f9f6-475f-840c-203d9ccf911c",
                            "last_updated": "2024-01-26T13:13:08.169889-05:00",
                            "created_at": "2024-01-24T09:13:15.489686-05:00",
                            "name": "Los Angeles Kings",
                            "reward": "2.29000",
                            "odds": "2.35000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f1f27b-9075-40f3-9033-878a36fb1596/?format=api"
                        }
                    ]
                },
                {
                    "id": "e44fa848-1399-499e-97b0-fe404da38e9f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/88609fe1-b198-4156-8a10-1b7f19df9b55/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:15.494025-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5319.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "940f92f8-b5a8-411e-8807-c593c6b61e2c",
                            "gambit_id": "6173a8da-183b-44b6-bd51-4728f7639318",
                            "last_updated": "2024-01-26T13:13:08.176822-05:00",
                            "created_at": "2024-01-24T09:13:15.497437-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e44fa848-1399-499e-97b0-fe404da38e9f/?format=api"
                        },
                        {
                            "id": "8729cece-c385-41a9-91e4-e8077cd05b81",
                            "gambit_id": "a311dce9-78d0-4bb9-89a2-c6aab5ef5eda",
                            "last_updated": "2024-01-26T13:13:08.180295-05:00",
                            "created_at": "2024-01-24T09:13:15.501515-05:00",
                            "name": "Game Total Under 6",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e44fa848-1399-499e-97b0-fe404da38e9f/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "8f9473b8-07e3-4d79-a977-88f22bd08506",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4613de4c-bb78-4036-95b4-c4b1b56eeb72",
            "completed": true,
            "last_updated": "2024-01-26T13:23:10.637493-05:00",
            "created_at": "2024-01-24T09:13:15.225795-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/4613de4c-bb78-4036-95b4-c4b1b56eeb72",
            "datetime": "2024-01-24T22:10:00-05:00",
            "cutoff_datetime": "2024-01-24T22:10:00-05:00",
            "name": "Atlanta Hawks v. Golden State Warriors",
            "bettypes": [
                {
                    "id": "1b6eeed9-5023-41dd-ac5b-93d6c1a8522b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f9473b8-07e3-4d79-a977-88f22bd08506/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:15.249886-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6856.0
                            },
                            {
                                "team": "Atlanta Hawks",
                                "amount": 3144.0
                            }
                        ],
                        "expected_reward_tokens": 9461.28,
                        "profit_sb": -38.72,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "23f25700-6b14-46e2-b308-570d62ee3c23",
                            "gambit_id": "7afd90c1-cee9-416e-b734-854aef66e32d",
                            "last_updated": "2024-01-26T13:23:10.664046-05:00",
                            "created_at": "2024-01-24T09:13:15.258074-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b6eeed9-5023-41dd-ac5b-93d6c1a8522b/?format=api"
                        },
                        {
                            "id": "2a33e17d-b248-4204-8698-c6622eb3ff22",
                            "gambit_id": "5698c48d-de04-4d75-9209-93e18b6f15bb",
                            "last_updated": "2024-01-26T13:23:10.659014-05:00",
                            "created_at": "2024-01-24T09:13:15.254103-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "3.01000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b6eeed9-5023-41dd-ac5b-93d6c1a8522b/?format=api"
                        }
                    ]
                },
                {
                    "id": "3ebef7fa-9677-42ce-8189-d74173ca4599",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f9473b8-07e3-4d79-a977-88f22bd08506/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:15.236619-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Atlanta Hawks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Golden State Warriors",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ffefb315-3045-472a-ade7-5ebca98fcc2c",
                            "gambit_id": "d5e931dd-d9ea-410c-aefb-6a59e89dec84",
                            "last_updated": "2024-01-26T13:23:10.648101-05:00",
                            "created_at": "2024-01-24T09:13:15.240957-05:00",
                            "name": "Atlanta Hawks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebef7fa-9677-42ce-8189-d74173ca4599/?format=api"
                        },
                        {
                            "id": "9e63b5ae-f5cb-4b1f-8500-c56ed776bce1",
                            "gambit_id": "ca7e69fd-0b57-4d33-a85e-459c3ec68e43",
                            "last_updated": "2024-01-26T13:23:10.651423-05:00",
                            "created_at": "2024-01-24T09:13:15.245325-05:00",
                            "name": "Golden State Warriors",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ebef7fa-9677-42ce-8189-d74173ca4599/?format=api"
                        }
                    ]
                },
                {
                    "id": "58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/8f9473b8-07e3-4d79-a977-88f22bd08506/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:15.262450-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 235",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 235",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "9ab8ec5a-f647-4802-830f-85ef85c4cb00",
                            "gambit_id": "d86e99c3-680c-443b-948f-bc7afe08f4e0",
                            "last_updated": "2024-01-26T13:23:10.674972-05:00",
                            "created_at": "2024-01-24T09:13:15.266186-05:00",
                            "name": "Game Total Over 235",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "235.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2/?format=api"
                        },
                        {
                            "id": "ce28d6e5-e2f2-4ac3-a1bf-07cd52b5a01e",
                            "gambit_id": "ac432475-937e-4ed0-8ed1-1a145cad7919",
                            "last_updated": "2024-01-26T13:23:10.671498-05:00",
                            "created_at": "2024-01-24T09:13:15.270174-05:00",
                            "name": "Game Total Under 235",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "235.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58faf7d7-aa12-4a78-bd5a-6f09d5f9d5d2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "adadd5be-66c1-4a25-a46a-8c3c101f8fff",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7b4f0c40-1bb3-4bc7-a64b-5f1824f9ee1d",
            "completed": true,
            "last_updated": "2024-01-26T13:13:07.646541-05:00",
            "created_at": "2024-01-24T09:13:14.948673-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.45,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/7b4f0c40-1bb3-4bc7-a64b-5f1824f9ee1d",
            "datetime": "2024-01-24T22:07:00-05:00",
            "cutoff_datetime": "2024-01-24T22:07:00-05:00",
            "name": "St Louis Blues v. Vancouver Canucks",
            "bettypes": [
                {
                    "id": "2a1cd4ee-32fe-4bca-b61d-5441f9954151",
                    "match": "https://api-prod.gambitprofit.com/api/matches/adadd5be-66c1-4a25-a46a-8c3c101f8fff/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:14.954844-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vancouver Canucks",
                                "amount": 6805.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 3195.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a76416a9-cf31-4301-aaa1-2b006bf2e517",
                            "gambit_id": "578cba35-3eca-4fc8-bff6-365fd7c465a8",
                            "last_updated": "2024-01-26T13:13:07.660564-05:00",
                            "created_at": "2024-01-24T09:13:14.964457-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "1.39000",
                            "odds": "1.40820",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a1cd4ee-32fe-4bca-b61d-5441f9954151/?format=api"
                        },
                        {
                            "id": "7359e376-fecf-4ef1-a5bd-ce011f276aed",
                            "gambit_id": "9510c950-4b54-4af2-9d0d-cb0b2d5b3b78",
                            "last_updated": "2024-01-26T13:13:07.657436-05:00",
                            "created_at": "2024-01-24T09:13:14.960018-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.96000",
                            "odds": "3.05000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a1cd4ee-32fe-4bca-b61d-5441f9954151/?format=api"
                        }
                    ]
                },
                {
                    "id": "66289247-c542-4ffb-a338-3878837eb955",
                    "match": "https://api-prod.gambitprofit.com/api/matches/adadd5be-66c1-4a25-a46a-8c3c101f8fff/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:14.993711-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Blues",
                                "amount": 5319.0
                            },
                            {
                                "team": "Vancouver Canucks",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ec010fab-1278-49a6-88b6-246bab1afa0b",
                            "gambit_id": "b6077e27-5eb8-4b9b-8743-9b1bc81076d6",
                            "last_updated": "2024-01-26T13:13:07.689406-05:00",
                            "created_at": "2024-01-24T09:13:15.001361-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66289247-c542-4ffb-a338-3878837eb955/?format=api"
                        },
                        {
                            "id": "f551fa54-c7e9-413c-bb0f-4a47e23a65eb",
                            "gambit_id": "e98f1ad8-2fa3-44aa-9afa-f80b3044d367",
                            "last_updated": "2024-01-26T13:13:07.693138-05:00",
                            "created_at": "2024-01-24T09:13:15.013258-05:00",
                            "name": "Vancouver Canucks",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/66289247-c542-4ffb-a338-3878837eb955/?format=api"
                        }
                    ]
                },
                {
                    "id": "60294cdd-8c31-4275-aa34-bd65e7890592",
                    "match": "https://api-prod.gambitprofit.com/api/matches/adadd5be-66c1-4a25-a46a-8c3c101f8fff/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:15.017257-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "01ccf646-b052-4eea-8965-7efec3a1dd81",
                            "gambit_id": "fba1e383-969f-4d4c-9b1c-7249e2740b79",
                            "last_updated": "2024-01-26T13:13:07.703103-05:00",
                            "created_at": "2024-01-24T09:13:15.026129-05: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/60294cdd-8c31-4275-aa34-bd65e7890592/?format=api"
                        },
                        {
                            "id": "f7281283-9415-4d6a-8505-73922baea6bb",
                            "gambit_id": "46da4eee-f0f8-4658-8a55-b8d3c8204e6b",
                            "last_updated": "2024-01-26T13:13:07.700004-05:00",
                            "created_at": "2024-01-24T09:13:15.021916-05: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/60294cdd-8c31-4275-aa34-bd65e7890592/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "bcac2901-da81-4e88-ad92-dc7d2a748b59",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "340903d5-0c1d-4ffe-93ae-06a6e3c0f921",
            "completed": true,
            "last_updated": "2024-01-26T13:18:10.113984-05:00",
            "created_at": "2024-01-24T09:13:14.706292-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/340903d5-0c1d-4ffe-93ae-06a6e3c0f921",
            "datetime": "2024-01-24T22:07:00-05:00",
            "cutoff_datetime": "2024-01-24T22:07:00-05:00",
            "name": "Chicago Blackhawks v. Seattle Kraken",
            "bettypes": [
                {
                    "id": "5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcac2901-da81-4e88-ad92-dc7d2a748b59/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:14.712835-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7197.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 2803.0
                            }
                        ],
                        "expected_reward_tokens": 9500.04,
                        "profit_sb": 0.04,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d572f170-2190-4daf-886b-a24cf21e2742",
                            "gambit_id": "de5bb962-a5b0-4f16-a4ad-dd84a99f89a3",
                            "last_updated": "2024-01-26T13:18:10.129798-05:00",
                            "created_at": "2024-01-24T09:13:14.721542-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.32000",
                            "odds": "1.33330",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f/?format=api"
                        },
                        {
                            "id": "cc203dc7-bd4a-422b-bbd8-03761fa353e4",
                            "gambit_id": "71536946-bd61-4661-9fd9-0c52a486bc50",
                            "last_updated": "2024-01-26T13:18:10.125771-05:00",
                            "created_at": "2024-01-24T09:13:14.716963-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "3.39000",
                            "odds": "3.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d28ec59-0a33-4f7f-89bf-2c99ac8cdf7f/?format=api"
                        }
                    ]
                },
                {
                    "id": "167e9e46-99d9-46e9-ac3a-9247f36e968c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcac2901-da81-4e88-ad92-dc7d2a748b59/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:14.725352-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5107.0
                            },
                            {
                                "team": "Chicago Blackhawks",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f34c380c-d696-4953-9d32-ab999cfb20d7",
                            "gambit_id": "727c5003-67be-470e-9092-4967c9f476db",
                            "last_updated": "2024-01-26T13:18:10.141254-05:00",
                            "created_at": "2024-01-24T09:13:14.732763-05:00",
                            "name": "Seattle Kraken",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/167e9e46-99d9-46e9-ac3a-9247f36e968c/?format=api"
                        },
                        {
                            "id": "61c14acf-7123-4f49-8875-7adbc9ba4070",
                            "gambit_id": "45c773fc-61ff-4dbd-8c9e-a6d66311a615",
                            "last_updated": "2024-01-26T13:18:10.137299-05:00",
                            "created_at": "2024-01-24T09:13:14.728742-05:00",
                            "name": "Chicago Blackhawks",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/167e9e46-99d9-46e9-ac3a-9247f36e968c/?format=api"
                        }
                    ]
                },
                {
                    "id": "e3ea28b3-985a-43e8-8bbd-af7cbb71d411",
                    "match": "https://api-prod.gambitprofit.com/api/matches/bcac2901-da81-4e88-ad92-dc7d2a748b59/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:14.736826-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "bbbdb0ed-dbab-4f8e-954b-4cad1c05cbcb",
                            "gambit_id": "011eecb8-5953-498d-acc1-d5c44509f733",
                            "last_updated": "2024-01-26T13:18:10.150131-05:00",
                            "created_at": "2024-01-24T09:13:14.741026-05: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/e3ea28b3-985a-43e8-8bbd-af7cbb71d411/?format=api"
                        },
                        {
                            "id": "52541ac1-9d74-41fb-a89f-dfa8f81031b5",
                            "gambit_id": "2ad0cf50-09d3-4ce9-830e-52865b2f4e49",
                            "last_updated": "2024-01-26T13:18:10.155697-05:00",
                            "created_at": "2024-01-24T09:13:14.753602-05: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/e3ea28b3-985a-43e8-8bbd-af7cbb71d411/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c76eba73-159b-466c-be96-8f4184c2975e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "859bdf61-3639-41fd-a73b-d1709568b73b",
            "completed": true,
            "last_updated": "2024-01-26T13:23:10.403633-05:00",
            "created_at": "2024-01-24T09:13:14.476280-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.79,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/859bdf61-3639-41fd-a73b-d1709568b73b",
            "datetime": "2024-01-24T21:40:00-05:00",
            "cutoff_datetime": "2024-01-24T21:40:00-05:00",
            "name": "Phoenix Suns v. Dallas Mavericks",
            "bettypes": [
                {
                    "id": "d9d77d5d-42ba-4892-a408-926f912c768e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c76eba73-159b-466c-be96-8f4184c2975e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:14.494772-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5512.0
                            },
                            {
                                "team": "Dallas Mavericks",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f3edf939-b729-4f7f-a17f-8ede86c4f0ec",
                            "gambit_id": "24878494-80a3-4937-a6db-42a58a528521",
                            "last_updated": "2024-01-26T13:23:10.427729-05:00",
                            "created_at": "2024-01-24T09:13:14.498487-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9d77d5d-42ba-4892-a408-926f912c768e/?format=api"
                        },
                        {
                            "id": "09c7efa8-22e0-42c2-a15b-62bfe2577ffc",
                            "gambit_id": "7076b1af-3ae8-4e55-9258-befeff0a761f",
                            "last_updated": "2024-01-26T13:23:10.431202-05:00",
                            "created_at": "2024-01-24T09:13:14.502709-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9d77d5d-42ba-4892-a408-926f912c768e/?format=api"
                        }
                    ]
                },
                {
                    "id": "d5a86cc5-6e9c-4f75-8705-e83b819603f0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c76eba73-159b-466c-be96-8f4184c2975e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:14.481596-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Dallas Mavericks",
                                "amount": 5000.0
                            },
                            {
                                "team": "Phoenix Suns",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ce991b4d-d644-4701-8b6f-df7a3351c4a4",
                            "gambit_id": "d36a401a-7fcc-42dc-81db-3635bfd52d91",
                            "last_updated": "2024-01-26T13:23:10.417186-05:00",
                            "created_at": "2024-01-24T09:13:14.486131-05:00",
                            "name": "Dallas Mavericks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a86cc5-6e9c-4f75-8705-e83b819603f0/?format=api"
                        },
                        {
                            "id": "91ca1b19-06cd-4ab6-b434-c266557407e5",
                            "gambit_id": "e3130c36-ecbd-403a-956d-552ed38c0d6e",
                            "last_updated": "2024-01-26T13:23:10.420658-05:00",
                            "created_at": "2024-01-24T09:13:14.490762-05:00",
                            "name": "Phoenix Suns",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-2.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5a86cc5-6e9c-4f75-8705-e83b819603f0/?format=api"
                        }
                    ]
                },
                {
                    "id": "da23d2d2-83a0-4a4d-b289-9b3aa5ca6cc4",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c76eba73-159b-466c-be96-8f4184c2975e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:14.507123-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 241.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 241.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "26eaba9c-6974-46e3-a174-bb024e91fc84",
                            "gambit_id": "a72199c3-43b7-47b6-9a5d-88dde16f3a83",
                            "last_updated": "2024-01-26T13:23:10.438433-05:00",
                            "created_at": "2024-01-24T09:13:14.511667-05:00",
                            "name": "Game Total Under 241.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da23d2d2-83a0-4a4d-b289-9b3aa5ca6cc4/?format=api"
                        },
                        {
                            "id": "f25079dc-9599-4278-a92e-ccb4d43d3ec3",
                            "gambit_id": "5b0d09e7-cef2-479e-8b28-b30ec921ffc5",
                            "last_updated": "2024-01-26T13:23:10.442037-05:00",
                            "created_at": "2024-01-24T09:13:14.515774-05:00",
                            "name": "Game Total Over 241.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da23d2d2-83a0-4a4d-b289-9b3aa5ca6cc4/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "10cd164c-b13c-40b9-9fda-8249b466e22d",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "c8908eba-440c-47ba-ad0b-0e8d6c4b4b2b",
            "completed": true,
            "last_updated": "2024-01-26T13:18:09.403832-05:00",
            "created_at": "2024-01-24T09:13:14.245287-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.02,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/c8908eba-440c-47ba-ad0b-0e8d6c4b4b2b",
            "datetime": "2024-01-24T21:37:00-05:00",
            "cutoff_datetime": "2024-01-24T21:37:00-05:00",
            "name": "Washington Capitals v. Colorado Avalanche",
            "bettypes": [
                {
                    "id": "a7018a4e-214e-4bba-81e9-3805b8c08fd5",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10cd164c-b13c-40b9-9fda-8249b466e22d/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:14.255092-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6984.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 3016.0
                            }
                        ],
                        "expected_reward_tokens": 9498.24,
                        "profit_sb": -1.76,
                        "profit_sb_percentage": -0.02,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d2727cbc-716d-496a-808f-ad07eb7c221c",
                            "gambit_id": "c16f764c-4d73-44f8-ae7c-5a54d3de4d28",
                            "last_updated": "2024-01-26T13:18:09.420336-05:00",
                            "created_at": "2024-01-24T09:13:14.263981-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.36000",
                            "odds": "1.37740",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7018a4e-214e-4bba-81e9-3805b8c08fd5/?format=api"
                        },
                        {
                            "id": "8f7d3b4b-5844-44b4-88dd-d2e11f2f9521",
                            "gambit_id": "b943ccc9-2f40-4cc0-893c-dc25704a9254",
                            "last_updated": "2024-01-26T13:18:09.416293-05:00",
                            "created_at": "2024-01-24T09:13:14.259603-05:00",
                            "name": "Washington Capitals",
                            "reward": "3.15000",
                            "odds": "3.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7018a4e-214e-4bba-81e9-3805b8c08fd5/?format=api"
                        }
                    ]
                },
                {
                    "id": "f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10cd164c-b13c-40b9-9fda-8249b466e22d/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:14.268254-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 5107.0
                            },
                            {
                                "team": "Colorado Avalanche",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "75782f97-48ac-4843-a560-6b08825a66e2",
                            "gambit_id": "bf50db06-b975-4beb-b141-19cedabb51ee",
                            "last_updated": "2024-01-26T13:18:09.430004-05:00",
                            "created_at": "2024-01-24T09:13:14.271761-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b/?format=api"
                        },
                        {
                            "id": "ac7f2783-43e7-44d6-b2c5-f82d7bae5721",
                            "gambit_id": "a7ea1269-4101-4a75-8320-ec1c1097d3ee",
                            "last_updated": "2024-01-26T13:18:09.434191-05:00",
                            "created_at": "2024-01-24T09:13:14.275669-05:00",
                            "name": "Colorado Avalanche",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1f5dcc8-71d4-43c0-86fc-df7f216b9d1b/?format=api"
                        }
                    ]
                },
                {
                    "id": "962a60cb-3433-4e44-91cb-3e7648cdca8b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/10cd164c-b13c-40b9-9fda-8249b466e22d/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:14.279439-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "480c0e07-371d-46c1-95d0-e64a703c08f7",
                            "gambit_id": "df749f5f-4eec-44a6-a72c-2047fe7541ea",
                            "last_updated": "2024-01-26T13:18:09.442595-05:00",
                            "created_at": "2024-01-24T09:13:14.283260-05: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/962a60cb-3433-4e44-91cb-3e7648cdca8b/?format=api"
                        },
                        {
                            "id": "cd57ab18-1ea3-4350-8083-35ae1da13829",
                            "gambit_id": "b7a62b1b-8ca6-4b35-ae5d-aff6fee9112c",
                            "last_updated": "2024-01-26T13:18:09.447008-05:00",
                            "created_at": "2024-01-24T09:13:14.288452-05: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/962a60cb-3433-4e44-91cb-3e7648cdca8b/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "6573f208-42b5-4580-806b-f61b31ee2c8e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8c6d607e-32a7-43e0-bccf-811f60fd99c8",
            "completed": true,
            "last_updated": "2024-01-26T13:23:09.859313-05:00",
            "created_at": "2024-01-24T09:13:14.012793-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.0,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/8c6d607e-32a7-43e0-bccf-811f60fd99c8",
            "datetime": "2024-01-24T20:30:00-05:00",
            "cutoff_datetime": "2024-01-24T20:30:00-05:00",
            "name": "Oklahoma City Thunder v. San Antonio Spurs",
            "bettypes": [
                {
                    "id": "dc447a02-450a-4959-afe0-7093d20115ee",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6573f208-42b5-4580-806b-f61b31ee2c8e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:14.033806-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 7480.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 2520.0
                            }
                        ],
                        "expected_reward_tokens": 9499.6,
                        "profit_sb": -0.4,
                        "profit_sb_percentage": -0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "863b3b9e-d67b-4a33-b889-c192b508e129",
                            "gambit_id": "eaab9a92-3fe2-4201-a37e-4b74d7e93fc8",
                            "last_updated": "2024-01-26T13:23:09.883671-05:00",
                            "created_at": "2024-01-24T09:13:14.037926-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.27000",
                            "odds": "1.27780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc447a02-450a-4959-afe0-7093d20115ee/?format=api"
                        },
                        {
                            "id": "54d4c8eb-a5a3-455f-a85d-5334f9b4acbc",
                            "gambit_id": "6e4b4cd6-9d88-4edc-8a1f-1c73fc376d8b",
                            "last_updated": "2024-01-26T13:23:09.887574-05:00",
                            "created_at": "2024-01-24T09:13:14.041650-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "3.77000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc447a02-450a-4959-afe0-7093d20115ee/?format=api"
                        }
                    ]
                },
                {
                    "id": "11f53801-2fc6-4255-bb70-9e29b3160b90",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6573f208-42b5-4580-806b-f61b31ee2c8e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:14.021198-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            },
                            {
                                "team": "San Antonio Spurs",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "251fe6f9-a531-4870-9b96-859b370edb39",
                            "gambit_id": "6b8bb737-a75f-423d-a285-704a94052ba4",
                            "last_updated": "2024-01-26T13:23:09.872930-05:00",
                            "created_at": "2024-01-24T09:13:14.024950-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f53801-2fc6-4255-bb70-9e29b3160b90/?format=api"
                        },
                        {
                            "id": "514ca755-b5f2-4dee-b8b4-dced0b6d6374",
                            "gambit_id": "f7d1fb68-a06b-42b1-aabf-1a50883c0922",
                            "last_updated": "2024-01-26T13:23:09.876541-05:00",
                            "created_at": "2024-01-24T09:13:14.029366-05:00",
                            "name": "San Antonio Spurs",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "9.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11f53801-2fc6-4255-bb70-9e29b3160b90/?format=api"
                        }
                    ]
                },
                {
                    "id": "c42dbb76-44d4-42c3-bebc-58759d4819cf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/6573f208-42b5-4580-806b-f61b31ee2c8e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:14.046294-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 241.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 241.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f9110708-83d7-4a50-9b7f-9d1f92913105",
                            "gambit_id": "3dc0095c-82d2-4adb-906d-50f76288efeb",
                            "last_updated": "2024-01-26T13:23:09.898761-05:00",
                            "created_at": "2024-01-24T09:13:14.050246-05:00",
                            "name": "Game Total Under 241.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42dbb76-44d4-42c3-bebc-58759d4819cf/?format=api"
                        },
                        {
                            "id": "f7e03248-65e3-47a4-8695-0079722ef8a9",
                            "gambit_id": "a8488981-f829-49da-b683-897b912b4ebb",
                            "last_updated": "2024-01-26T13:23:09.908866-05:00",
                            "created_at": "2024-01-24T09:13:14.054778-05:00",
                            "name": "Game Total Over 241.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "241.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c42dbb76-44d4-42c3-bebc-58759d4819cf/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f00caba5-499f-45e3-8952-9a54f271b2b8",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a1a1e021-f616-444f-91b9-d6fbac2a20cc",
            "completed": true,
            "last_updated": "2024-01-26T13:28:11.056819-05:00",
            "created_at": "2024-01-24T09:13:13.783214-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/a1a1e021-f616-444f-91b9-d6fbac2a20cc",
            "datetime": "2024-01-24T20:10:00-05:00",
            "cutoff_datetime": "2024-01-24T20:10:00-05:00",
            "name": "Cleveland Cavaliers v. Milwaukee Bucks",
            "bettypes": [
                {
                    "id": "ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f00caba5-499f-45e3-8952-9a54f271b2b8/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:13.800480-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 6856.0
                            },
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 3144.0
                            }
                        ],
                        "expected_reward_tokens": 9461.28,
                        "profit_sb": -38.72,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c7fca123-461b-44ae-bcfd-e7c98bcf677b",
                            "gambit_id": "7118a847-fd1a-453d-91ba-7d16e9a1fb02",
                            "last_updated": "2024-01-26T13:28:11.078033-05:00",
                            "created_at": "2024-01-24T09:13:13.809430-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1/?format=api"
                        },
                        {
                            "id": "8e46af32-a014-48ac-8ca3-8a58d1ab4f9a",
                            "gambit_id": "05afb955-b1fc-47e2-9a43-e1a7bb63b3a3",
                            "last_updated": "2024-01-26T13:28:11.074689-05:00",
                            "created_at": "2024-01-24T09:13:13.804851-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "3.01000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae3d0e91-bfd5-4eb1-93f4-3d35578d57c1/?format=api"
                        }
                    ]
                },
                {
                    "id": "75adb87a-21f6-4dfd-ae28-6b3d29048bf8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f00caba5-499f-45e3-8952-9a54f271b2b8/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:13.788108-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Cleveland Cavaliers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Milwaukee Bucks",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2784f480-ea4e-4e00-8fa0-d45a6ea5d5d1",
                            "gambit_id": "b18161f8-1ae1-414b-b8af-0537acc5f64f",
                            "last_updated": "2024-01-26T13:28:11.065002-05:00",
                            "created_at": "2024-01-24T09:13:13.791911-05:00",
                            "name": "Cleveland Cavaliers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75adb87a-21f6-4dfd-ae28-6b3d29048bf8/?format=api"
                        },
                        {
                            "id": "807735cd-cbd4-4002-8b1c-a7a37b5b92be",
                            "gambit_id": "788f89d7-a822-4fcc-8c88-a10d3fab3bf3",
                            "last_updated": "2024-01-26T13:28:11.068273-05:00",
                            "created_at": "2024-01-24T09:13:13.796532-05:00",
                            "name": "Milwaukee Bucks",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75adb87a-21f6-4dfd-ae28-6b3d29048bf8/?format=api"
                        }
                    ]
                },
                {
                    "id": "b44128f8-0f23-4431-bb12-166188b7f336",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f00caba5-499f-45e3-8952-9a54f271b2b8/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:13.813746-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 238",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 238",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a472bc31-8a67-4441-a1be-03748739fc56",
                            "gambit_id": "6dcc6ae1-3789-4c5e-a3fd-85419e8c07ff",
                            "last_updated": "2024-01-26T13:28:11.084826-05:00",
                            "created_at": "2024-01-24T09:13:13.817793-05:00",
                            "name": "Game Total Over 238",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b44128f8-0f23-4431-bb12-166188b7f336/?format=api"
                        },
                        {
                            "id": "c9db28e8-e4e2-401e-bed0-d1402889a4a7",
                            "gambit_id": "6c6f2062-ad4b-4255-b82a-c5551422e9f9",
                            "last_updated": "2024-01-26T13:28:11.088010-05:00",
                            "created_at": "2024-01-24T09:13:13.821778-05:00",
                            "name": "Game Total Under 238",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "238.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b44128f8-0f23-4431-bb12-166188b7f336/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "79d3ab3b-0267-41c1-b90f-e542c38b9264",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "4dc423e1-ba67-4c6e-9188-dbe18ba41d60",
            "completed": true,
            "last_updated": "2024-01-26T13:28:10.829911-05:00",
            "created_at": "2024-01-24T09:13:13.551210-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/4dc423e1-ba67-4c6e-9188-dbe18ba41d60",
            "datetime": "2024-01-24T20:10:00-05:00",
            "cutoff_datetime": "2024-01-24T20:10:00-05:00",
            "name": "Portland Trail Blazers v. Houston Rockets",
            "bettypes": [
                {
                    "id": "4eed186b-3134-467a-92b8-e20e8b44a79a",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79d3ab3b-0267-41c1-b90f-e542c38b9264/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:13.569830-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Rockets",
                                "amount": 7820.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 2180.0
                            }
                        ],
                        "expected_reward_tokens": 9461.2,
                        "profit_sb": -38.8,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7b14f6c3-4f90-4905-951f-4e6eee88f9bb",
                            "gambit_id": "8df6a16f-8331-49a4-8fbc-4e46846ca610",
                            "last_updated": "2024-01-26T13:28:10.852244-05:00",
                            "created_at": "2024-01-24T09:13:13.578704-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.21000",
                            "odds": "1.22220",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eed186b-3134-467a-92b8-e20e8b44a79a/?format=api"
                        },
                        {
                            "id": "183c6671-21e9-4c18-a375-83c7376f7328",
                            "gambit_id": "8fcd214f-2e82-46dd-ae4d-41a9ab47ef10",
                            "last_updated": "2024-01-26T13:28:10.848122-05:00",
                            "created_at": "2024-01-24T09:13:13.573826-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "4.34000",
                            "odds": "4.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4eed186b-3134-467a-92b8-e20e8b44a79a/?format=api"
                        }
                    ]
                },
                {
                    "id": "f7ca34b8-c929-4b42-8a12-d32a44cf7e0b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79d3ab3b-0267-41c1-b90f-e542c38b9264/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:13.556718-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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 Rockets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2fa9d4d-aefe-4d14-9d05-1a01f4b44af3",
                            "gambit_id": "3c7b24b9-4121-473c-b41b-af2ec0464266",
                            "last_updated": "2024-01-26T13:28:10.838125-05:00",
                            "created_at": "2024-01-24T09:13:13.560879-05:00",
                            "name": "Houston Rockets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ca34b8-c929-4b42-8a12-d32a44cf7e0b/?format=api"
                        },
                        {
                            "id": "36b6a595-1349-44d4-a99d-c0b9e85d1644",
                            "gambit_id": "d4a6a8c0-ddb0-4e97-91b9-bf89683389b0",
                            "last_updated": "2024-01-26T13:28:10.841502-05:00",
                            "created_at": "2024-01-24T09:13:13.565222-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "9.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ca34b8-c929-4b42-8a12-d32a44cf7e0b/?format=api"
                        }
                    ]
                },
                {
                    "id": "af9341fe-d03f-4a41-89d6-8d5619bac802",
                    "match": "https://api-prod.gambitprofit.com/api/matches/79d3ab3b-0267-41c1-b90f-e542c38b9264/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:13.583053-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 220",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 220",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "05253bd2-4ffd-40f3-b42e-64d76080a3d3",
                            "gambit_id": "01645f37-3ca8-4772-aef1-23d0581cef6d",
                            "last_updated": "2024-01-26T13:28:10.862230-05:00",
                            "created_at": "2024-01-24T09:13:13.587379-05:00",
                            "name": "Game Total Over 220",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "220.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9341fe-d03f-4a41-89d6-8d5619bac802/?format=api"
                        },
                        {
                            "id": "cfe316a5-92c3-49b1-ba82-fa9679245b54",
                            "gambit_id": "9690e2a6-a0b9-4865-871c-01d310a778ad",
                            "last_updated": "2024-01-26T13:28:10.859071-05:00",
                            "created_at": "2024-01-24T09:13:13.593637-05:00",
                            "name": "Game Total Under 220",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "220.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af9341fe-d03f-4a41-89d6-8d5619bac802/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "dd654ea2-fde7-432a-923a-882eef1635d3",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eb9e2033-6e36-4072-bcaf-a9e49e37342e",
            "completed": true,
            "last_updated": "2024-01-26T13:28:11.291486-05:00",
            "created_at": "2024-01-24T09:13:13.313368-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.38,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/eb9e2033-6e36-4072-bcaf-a9e49e37342e",
            "datetime": "2024-01-24T19:40:00-05:00",
            "cutoff_datetime": "2024-01-24T19:40:00-05:00",
            "name": "Memphis Grizzlies v. Miami Heat",
            "bettypes": [
                {
                    "id": "9472e817-674e-4ebe-b93f-81cc6b1f15c9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd654ea2-fde7-432a-923a-882eef1635d3/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:13.333170-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Miami Heat",
                                "amount": 8231.0
                            },
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 1769.0
                            }
                        ],
                        "expected_reward_tokens": 9464.15,
                        "profit_sb": -35.85,
                        "profit_sb_percentage": -0.38,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "beedcfd4-b09f-48ad-88f1-c3194f0388f5",
                            "gambit_id": "9c5a1df4-2fd3-4281-b1f2-9fdd2e29bc67",
                            "last_updated": "2024-01-26T13:28:11.312907-05:00",
                            "created_at": "2024-01-24T09:13:13.342840-05:00",
                            "name": "Miami Heat",
                            "reward": "1.15000",
                            "odds": "1.15870",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9472e817-674e-4ebe-b93f-81cc6b1f15c9/?format=api"
                        },
                        {
                            "id": "e3066b79-e7e4-40cd-97db-c8846782b61e",
                            "gambit_id": "1f6898d7-503f-4289-bcde-fa2eeee94a12",
                            "last_updated": "2024-01-26T13:28:11.309428-05:00",
                            "created_at": "2024-01-24T09:13:13.337407-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "5.35000",
                            "odds": "5.55000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9472e817-674e-4ebe-b93f-81cc6b1f15c9/?format=api"
                        }
                    ]
                },
                {
                    "id": "4f8e8dfb-fea6-450a-bcf1-92b413d7441d",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd654ea2-fde7-432a-923a-882eef1635d3/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:13.319229-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Memphis Grizzlies",
                                "amount": 5107.0
                            },
                            {
                                "team": "Miami Heat",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "2eef49c3-9d2f-4bf2-b335-995f0dc8b877",
                            "gambit_id": "e181b10b-d854-4c16-916a-ac5023c1e18c",
                            "last_updated": "2024-01-26T13:28:11.299218-05:00",
                            "created_at": "2024-01-24T09:13:13.323402-05:00",
                            "name": "Memphis Grizzlies",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "11.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8e8dfb-fea6-450a-bcf1-92b413d7441d/?format=api"
                        },
                        {
                            "id": "98155d44-d798-46f5-9c2b-b085313d1d70",
                            "gambit_id": "b3fa599b-2cab-42b2-8076-0ab95934cf5d",
                            "last_updated": "2024-01-26T13:28:11.302781-05:00",
                            "created_at": "2024-01-24T09:13:13.328159-05:00",
                            "name": "Miami Heat",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "-11.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f8e8dfb-fea6-450a-bcf1-92b413d7441d/?format=api"
                        }
                    ]
                },
                {
                    "id": "b7a309d2-3a90-4dca-9d0b-c5f919fd7e98",
                    "match": "https://api-prod.gambitprofit.com/api/matches/dd654ea2-fde7-432a-923a-882eef1635d3/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:13.347778-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "6f700a33-e836-4eeb-9e84-ef3c03de978c",
                            "gambit_id": "b86e895d-0af2-4eb1-bbc4-c811f9bb28e1",
                            "last_updated": "2024-01-26T13:28:11.320473-05:00",
                            "created_at": "2024-01-24T09:13:13.352301-05: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/b7a309d2-3a90-4dca-9d0b-c5f919fd7e98/?format=api"
                        },
                        {
                            "id": "da7a3c4d-f3d0-4246-a873-90758dee6101",
                            "gambit_id": "37ef9192-fdc1-4263-881c-acb5594c0d78",
                            "last_updated": "2024-01-26T13:28:11.324008-05:00",
                            "created_at": "2024-01-24T09:13:13.356638-05: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/b7a309d2-3a90-4dca-9d0b-c5f919fd7e98/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "fe68b97b-b167-4d3a-b4fb-487b2f5d785b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "8bc1d259-0860-4e64-890d-df200b9d5fb5",
            "completed": true,
            "last_updated": "2024-01-26T13:18:10.611822-05:00",
            "created_at": "2024-01-24T09:13:13.071212-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.21,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/8bc1d259-0860-4e64-890d-df200b9d5fb5",
            "datetime": "2024-01-24T19:37:00-05:00",
            "cutoff_datetime": "2024-01-24T19:37:00-05:00",
            "name": "Carolina Hurricanes v. Boston Bruins",
            "bettypes": [
                {
                    "id": "59e69cf9-ac43-4b81-b7a4-21a042f8e406",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe68b97b-b167-4d3a-b4fb-487b2f5d785b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:13.079323-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5688.0
                            },
                            {
                                "team": "Carolina Hurricanes",
                                "amount": 4312.0
                            }
                        ],
                        "expected_reward_tokens": 9442.08,
                        "profit_sb": -57.92,
                        "profit_sb_percentage": -0.61,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f427a1fd-b302-453d-b29a-a8bec8c832df",
                            "gambit_id": "2055d7a0-efd5-4312-bb79-60855c537b22",
                            "last_updated": "2024-01-26T13:18:10.624794-05:00",
                            "created_at": "2024-01-24T09:13:13.088819-05:00",
                            "name": "Boston Bruins",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e69cf9-ac43-4b81-b7a4-21a042f8e406/?format=api"
                        },
                        {
                            "id": "17f85f4c-fad7-44a2-b0cc-563905dc483b",
                            "gambit_id": "414ecc70-dab9-4243-8a22-01ae32c4a5b4",
                            "last_updated": "2024-01-26T13:18:10.621035-05:00",
                            "created_at": "2024-01-24T09:13:13.083720-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59e69cf9-ac43-4b81-b7a4-21a042f8e406/?format=api"
                        }
                    ]
                },
                {
                    "id": "3afdd9a3-1fc4-4108-bf44-7cbce3e11380",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe68b97b-b167-4d3a-b4fb-487b2f5d785b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:13.093298-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6449.0
                            },
                            {
                                "team": "Boston Bruins",
                                "amount": 3551.0
                            }
                        ],
                        "expected_reward_tokens": 9480.03,
                        "profit_sb": -19.97,
                        "profit_sb_percentage": -0.21,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "746a8b5a-c679-4cd6-be01-c4edfa3291cc",
                            "gambit_id": "9414234a-66d9-4d60-a94d-0d61a271df8a",
                            "last_updated": "2024-01-26T13:18:10.646516-05:00",
                            "created_at": "2024-01-24T09:13:13.097822-05:00",
                            "name": "Carolina Hurricanes",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3afdd9a3-1fc4-4108-bf44-7cbce3e11380/?format=api"
                        },
                        {
                            "id": "60ae1f44-bf35-4a49-9d89-472514945793",
                            "gambit_id": "eef7d727-1fad-49c8-8825-81506162e2ce",
                            "last_updated": "2024-01-26T13:18:10.650202-05:00",
                            "created_at": "2024-01-24T09:13:13.102253-05:00",
                            "name": "Boston Bruins",
                            "reward": "2.67000",
                            "odds": "2.75000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3afdd9a3-1fc4-4108-bf44-7cbce3e11380/?format=api"
                        }
                    ]
                },
                {
                    "id": "78ac427d-9d65-44c3-ad2a-e3426e69eeca",
                    "match": "https://api-prod.gambitprofit.com/api/matches/fe68b97b-b167-4d3a-b4fb-487b2f5d785b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:13.106337-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7eb498c0-c4f8-4f38-9e0b-f750f0ec3250",
                            "gambit_id": "c589af8b-ad20-494e-8197-19400d312cb8",
                            "last_updated": "2024-01-26T13:18:10.658780-05:00",
                            "created_at": "2024-01-24T09:13:13.109884-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ac427d-9d65-44c3-ad2a-e3426e69eeca/?format=api"
                        },
                        {
                            "id": "407775ea-63ce-42c9-8a51-38d2353f1a17",
                            "gambit_id": "39b24b75-ea86-4e1b-b6bc-709f7536e07f",
                            "last_updated": "2024-01-26T13:18:10.662336-05:00",
                            "created_at": "2024-01-24T09:13:13.115201-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78ac427d-9d65-44c3-ad2a-e3426e69eeca/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "c8d44946-3502-435d-a464-e02c38089554",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "80897271-c36d-41e2-ae71-d1763a498a04",
            "completed": true,
            "last_updated": "2024-01-26T13:28:10.586895-05:00",
            "created_at": "2024-01-24T09:13:12.577727-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.61,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/80897271-c36d-41e2-ae71-d1763a498a04",
            "datetime": "2024-01-24T19:10:00-05:00",
            "cutoff_datetime": "2024-01-24T19:10:00-05:00",
            "name": "Charlotte Hornets v. Detroit Pistons",
            "bettypes": [
                {
                    "id": "0b041ee4-37df-4562-9171-236ba1f33a4f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c8d44946-3502-435d-a464-e02c38089554/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:12.602586-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Detroit Pistons",
                                "amount": 5688.0
                            },
                            {
                                "team": "Charlotte Hornets",
                                "amount": 4312.0
                            }
                        ],
                        "expected_reward_tokens": 9442.08,
                        "profit_sb": -57.92,
                        "profit_sb_percentage": -0.61,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5b326e3b-f2b7-4662-9158-948a35fd0a8f",
                            "gambit_id": "4a4e7dc3-6291-4343-9c61-52d751534da2",
                            "last_updated": "2024-01-26T13:28:10.622190-05:00",
                            "created_at": "2024-01-24T09:13:12.611091-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b041ee4-37df-4562-9171-236ba1f33a4f/?format=api"
                        },
                        {
                            "id": "b9a8780e-94df-4736-9ae5-e954e7f95786",
                            "gambit_id": "82809910-468e-4679-acb1-cf1b0a6d39b0",
                            "last_updated": "2024-01-26T13:28:10.618943-05:00",
                            "created_at": "2024-01-24T09:13:12.606105-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b041ee4-37df-4562-9171-236ba1f33a4f/?format=api"
                        }
                    ]
                },
                {
                    "id": "e436b394-52d2-48b6-9569-684b3adf1a1e",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c8d44946-3502-435d-a464-e02c38089554/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:12.588044-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Charlotte Hornets",
                                "amount": 5000.0
                            },
                            {
                                "team": "Detroit Pistons",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "10e1564f-e4fa-49b8-9548-c5c546f01acf",
                            "gambit_id": "7ee7c19a-b6c3-4bf4-a881-dfb9e099168f",
                            "last_updated": "2024-01-26T13:28:10.608798-05:00",
                            "created_at": "2024-01-24T09:13:12.592794-05:00",
                            "name": "Charlotte Hornets",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e436b394-52d2-48b6-9569-684b3adf1a1e/?format=api"
                        },
                        {
                            "id": "26a69d84-f755-41f2-b83b-9564a20d4aff",
                            "gambit_id": "280b49fe-7bc8-4480-9bcc-e9ed3d4aeb8b",
                            "last_updated": "2024-01-26T13:28:10.612473-05:00",
                            "created_at": "2024-01-24T09:13:12.598364-05:00",
                            "name": "Detroit Pistons",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-3.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e436b394-52d2-48b6-9569-684b3adf1a1e/?format=api"
                        }
                    ]
                },
                {
                    "id": "ac7e83f5-843a-4acd-a419-9324ad5ca415",
                    "match": "https://api-prod.gambitprofit.com/api/matches/c8d44946-3502-435d-a464-e02c38089554/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:12.615956-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 230",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 230",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "747be3b5-b61b-4333-a0c1-b85bef717252",
                            "gambit_id": "e673faeb-0b00-4591-8661-c5f54fbada6b",
                            "last_updated": "2024-01-26T13:28:10.629236-05:00",
                            "created_at": "2024-01-24T09:13:12.619789-05:00",
                            "name": "Game Total Over 230",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "230.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7e83f5-843a-4acd-a419-9324ad5ca415/?format=api"
                        },
                        {
                            "id": "4f16d963-6398-4a2f-834e-5de674a3de70",
                            "gambit_id": "4fffb8ae-6c9e-4929-8ffb-8cdb72ff967a",
                            "last_updated": "2024-01-26T13:28:10.632612-05:00",
                            "created_at": "2024-01-24T09:13:12.623769-05:00",
                            "name": "Game Total Under 230",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "230.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7e83f5-843a-4acd-a419-9324ad5ca415/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "64a591d8-3051-48a3-843b-2e783910b015",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "3afb7f7c-51b7-4e30-82e8-9fa5ff0b30fa",
            "completed": true,
            "last_updated": "2024-01-26T13:28:11.532753-05:00",
            "created_at": "2024-01-24T09:13:12.820311-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.51,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/3afb7f7c-51b7-4e30-82e8-9fa5ff0b30fa",
            "datetime": "2024-01-24T19:10:00-05:00",
            "cutoff_datetime": "2024-01-24T19:10:00-05:00",
            "name": "Minnesota Timberwolves v. Washington Wizards",
            "bettypes": [
                {
                    "id": "f30985fe-3392-442f-8e87-690270024902",
                    "match": "https://api-prod.gambitprofit.com/api/matches/64a591d8-3051-48a3-843b-2e783910b015/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:12.840829-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 8079.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 1921.0
                            }
                        ],
                        "expected_reward_tokens": 9451.32,
                        "profit_sb": -48.68,
                        "profit_sb_percentage": -0.51,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "21afdfcc-e29f-48b6-849a-bab4e549b00a",
                            "gambit_id": "0dccbee7-79f4-49be-b05b-98e8f2696e6d",
                            "last_updated": "2024-01-26T13:28:11.555062-05:00",
                            "created_at": "2024-01-24T09:13:12.845273-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.17000",
                            "odds": "1.18180",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f30985fe-3392-442f-8e87-690270024902/?format=api"
                        },
                        {
                            "id": "9eb8fd9b-3798-4f3e-9748-03f5b3a1d7ca",
                            "gambit_id": "b8ceaf72-8b7a-4c00-9e9f-7d4f6daedc26",
                            "last_updated": "2024-01-26T13:28:11.562221-05:00",
                            "created_at": "2024-01-24T09:13:12.857386-05:00",
                            "name": "Washington Wizards",
                            "reward": "4.92000",
                            "odds": "5.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f30985fe-3392-442f-8e87-690270024902/?format=api"
                        }
                    ]
                },
                {
                    "id": "e14add56-4c56-4723-8336-e42dc1069bbd",
                    "match": "https://api-prod.gambitprofit.com/api/matches/64a591d8-3051-48a3-843b-2e783910b015/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:12.825845-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Minnesota Timberwolves",
                                "amount": 5000.0
                            },
                            {
                                "team": "Washington Wizards",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d652b8d9-7af2-4ce8-87db-96238ed90039",
                            "gambit_id": "ae28f19d-4b15-405a-a6c7-c587e0fedfcd",
                            "last_updated": "2024-01-26T13:28:11.543593-05:00",
                            "created_at": "2024-01-24T09:13:12.829533-05:00",
                            "name": "Minnesota Timberwolves",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-10.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14add56-4c56-4723-8336-e42dc1069bbd/?format=api"
                        },
                        {
                            "id": "fde5d601-08c8-42fb-9c0f-2dfb60461c43",
                            "gambit_id": "ad21af21-48e0-4996-9d32-89d7e1c78082",
                            "last_updated": "2024-01-26T13:28:11.547792-05:00",
                            "created_at": "2024-01-24T09:13:12.835895-05:00",
                            "name": "Washington Wizards",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "10.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14add56-4c56-4723-8336-e42dc1069bbd/?format=api"
                        }
                    ]
                },
                {
                    "id": "1560e05a-b902-4b0d-8b46-22eab773ee1c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/64a591d8-3051-48a3-843b-2e783910b015/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:12.864968-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "4fe8a0f1-f28c-4744-9cef-dc2944d7611f",
                            "gambit_id": "aaf822c2-e2b2-4c11-b60c-2fba25f23ae4",
                            "last_updated": "2024-01-26T13:28:11.570764-05:00",
                            "created_at": "2024-01-24T09:13:12.869145-05: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/1560e05a-b902-4b0d-8b46-22eab773ee1c/?format=api"
                        },
                        {
                            "id": "35b3a40f-9647-4301-aecc-f039bab6e736",
                            "gambit_id": "2116852d-b65c-4a1f-a8d5-945628344c68",
                            "last_updated": "2024-01-26T13:28:11.579482-05:00",
                            "created_at": "2024-01-24T09:13:12.878689-05: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/1560e05a-b902-4b0d-8b46-22eab773ee1c/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "f7a75cd4-b86e-49e4-bfd2-7894393ed283",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7514b4f8-4074-4095-8e28-11018cf40722",
            "completed": true,
            "last_updated": "2024-01-26T13:18:08.249282-05:00",
            "created_at": "2024-01-24T09:13:12.321030-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/7514b4f8-4074-4095-8e28-11018cf40722",
            "datetime": "2024-01-24T19:07:00-05:00",
            "cutoff_datetime": "2024-01-24T19:07:00-05:00",
            "name": "Arizona Coyotes v. Florida Panthers",
            "bettypes": [
                {
                    "id": "3445db4e-0da5-4908-ac74-6b00d1f18019",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f7a75cd4-b86e-49e4-bfd2-7894393ed283/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:12.330261-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 6856.0
                            },
                            {
                                "team": "Arizona Coyotes",
                                "amount": 3144.0
                            }
                        ],
                        "expected_reward_tokens": 9461.28,
                        "profit_sb": -38.72,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "3670e81e-4f67-4c37-b01b-c94df1abf63f",
                            "gambit_id": "b4c28968-e902-404b-be0b-0c4e9c1e3c31",
                            "last_updated": "2024-01-26T13:18:08.261522-05:00",
                            "created_at": "2024-01-24T09:13:12.346944-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3445db4e-0da5-4908-ac74-6b00d1f18019/?format=api"
                        },
                        {
                            "id": "9d98e9e0-c6af-4687-94d1-4aa9bc56b8c0",
                            "gambit_id": "4b1d566d-b96d-454e-9b55-4168a8569963",
                            "last_updated": "2024-01-26T13:18:08.258093-05:00",
                            "created_at": "2024-01-24T09:13:12.334770-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "3.01000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3445db4e-0da5-4908-ac74-6b00d1f18019/?format=api"
                        }
                    ]
                },
                {
                    "id": "bb1ce583-ce07-46af-a220-014386cec6f1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f7a75cd4-b86e-49e4-bfd2-7894393ed283/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:12.357881-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Arizona Coyotes",
                                "amount": 5213.0
                            },
                            {
                                "team": "Florida Panthers",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7fa6c59c-dd74-49c4-b410-017e86451a49",
                            "gambit_id": "f303d058-ed08-4eef-a244-325855e646be",
                            "last_updated": "2024-01-26T13:18:08.268640-05:00",
                            "created_at": "2024-01-24T09:13:12.363142-05:00",
                            "name": "Arizona Coyotes",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1ce583-ce07-46af-a220-014386cec6f1/?format=api"
                        },
                        {
                            "id": "523ac690-5754-44a0-9eb2-e0d5c2c2db6c",
                            "gambit_id": "7e80516c-3011-4d84-a8c1-bae14c2528e6",
                            "last_updated": "2024-01-26T13:18:08.272092-05:00",
                            "created_at": "2024-01-24T09:13:12.368316-05:00",
                            "name": "Florida Panthers",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb1ce583-ce07-46af-a220-014386cec6f1/?format=api"
                        }
                    ]
                },
                {
                    "id": "89e71459-b4ce-427c-b2f6-2f4bd3fcc870",
                    "match": "https://api-prod.gambitprofit.com/api/matches/f7a75cd4-b86e-49e4-bfd2-7894393ed283/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:12.372564-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": "0a7976c7-03ff-4c9e-b704-5ad150645272",
                            "gambit_id": "db856f81-783c-4247-a716-c80d6dd059cb",
                            "last_updated": "2024-01-26T13:18:08.279692-05:00",
                            "created_at": "2024-01-24T09:13:12.376019-05: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/89e71459-b4ce-427c-b2f6-2f4bd3fcc870/?format=api"
                        },
                        {
                            "id": "0d311f95-da6e-4785-b751-8a96e73a00af",
                            "gambit_id": "5b3c17da-145c-4f42-99dd-1699657dacb8",
                            "last_updated": "2024-01-26T13:18:08.283811-05:00",
                            "created_at": "2024-01-24T09:13:12.381120-05: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/89e71459-b4ce-427c-b2f6-2f4bd3fcc870/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "33c56e72-66b4-4dc0-950a-451c0c880a92",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "43a59960-0d95-48bc-834e-64c3ef98b9be",
            "completed": true,
            "last_updated": "2024-01-26T13:18:10.866653-05:00",
            "created_at": "2024-01-24T09:13:12.051259-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.21,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/43a59960-0d95-48bc-834e-64c3ef98b9be",
            "datetime": "2024-01-24T19:07:00-05:00",
            "cutoff_datetime": "2024-01-24T19:07:00-05:00",
            "name": "Winnipeg Jets v. Toronto Maple Leafs",
            "bettypes": [
                {
                    "id": "2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1",
                    "match": "https://api-prod.gambitprofit.com/api/matches/33c56e72-66b4-4dc0-950a-451c0c880a92/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-24T09:13:12.060306-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5688.0
                            },
                            {
                                "team": "Winnipeg Jets",
                                "amount": 4312.0
                            }
                        ],
                        "expected_reward_tokens": 9442.08,
                        "profit_sb": -57.92,
                        "profit_sb_percentage": -0.61,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "de711e03-bf30-4132-99c9-2e44c7af74b2",
                            "gambit_id": "8859c19f-28f6-4ef1-8b09-e43710243697",
                            "last_updated": "2024-01-26T13:18:10.880857-05:00",
                            "created_at": "2024-01-24T09:13:12.074110-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1/?format=api"
                        },
                        {
                            "id": "a6f8c3a1-b643-4b70-add2-3722bf637c00",
                            "gambit_id": "c0f1f866-d97e-4682-a49c-320756d1a510",
                            "last_updated": "2024-01-26T13:18:10.876369-05:00",
                            "created_at": "2024-01-24T09:13:12.068951-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bb48f04-02e5-4a68-9a6e-5e4562ac4ae1/?format=api"
                        }
                    ]
                },
                {
                    "id": "322e918b-8b26-45a2-b4a3-5760900fef0b",
                    "match": "https://api-prod.gambitprofit.com/api/matches/33c56e72-66b4-4dc0-950a-451c0c880a92/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-24T09:13:12.078965-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Winnipeg Jets",
                                "amount": 6449.0
                            },
                            {
                                "team": "Toronto Maple Leafs",
                                "amount": 3551.0
                            }
                        ],
                        "expected_reward_tokens": 9480.03,
                        "profit_sb": -19.97,
                        "profit_sb_percentage": -0.21,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "954edc9d-ecae-467d-9d18-b92ee264413d",
                            "gambit_id": "e999b32e-b433-4e15-ad6b-d85362bf73c1",
                            "last_updated": "2024-01-26T13:18:10.889460-05:00",
                            "created_at": "2024-01-24T09:13:12.082482-05:00",
                            "name": "Winnipeg Jets",
                            "reward": "1.47000",
                            "odds": "1.48780",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/322e918b-8b26-45a2-b4a3-5760900fef0b/?format=api"
                        },
                        {
                            "id": "fa5ea822-f640-48ab-82fe-a5dcc2bdb5f7",
                            "gambit_id": "14dcb899-3618-49e0-aa09-a5f464942427",
                            "last_updated": "2024-01-26T13:18:10.893827-05:00",
                            "created_at": "2024-01-24T09:13:12.089885-05:00",
                            "name": "Toronto Maple Leafs",
                            "reward": "2.67000",
                            "odds": "2.75000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/322e918b-8b26-45a2-b4a3-5760900fef0b/?format=api"
                        }
                    ]
                },
                {
                    "id": "e31124f7-d920-4f82-9ade-1c11f1df8fb3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/33c56e72-66b4-4dc0-950a-451c0c880a92/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-24T09:13:12.097748-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5000.0
                            },
                            {
                                "team": "Game Total Under 6.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d8ab63ce-e132-46ee-8dcc-b7bec1be8626",
                            "gambit_id": "9be349ba-8176-461f-b7e3-b617eb1ab0ff",
                            "last_updated": "2024-01-26T13:18:10.903880-05:00",
                            "created_at": "2024-01-24T09:13:12.104701-05:00",
                            "name": "Game Total Over 6.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31124f7-d920-4f82-9ade-1c11f1df8fb3/?format=api"
                        },
                        {
                            "id": "475b9cfe-a3e3-484b-aa9a-3b699abddce5",
                            "gambit_id": "d1303c91-f7a1-48a5-b153-cf34a4c38654",
                            "last_updated": "2024-01-26T13:18:10.908191-05:00",
                            "created_at": "2024-01-24T09:13:12.122993-05:00",
                            "name": "Game Total Under 6.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31124f7-d920-4f82-9ade-1c11f1df8fb3/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "862c4050-b12b-4054-b99c-dd6dd886fc01",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "98bc5d33-4a62-49b5-a321-a8ca54d75fcc",
            "completed": true,
            "last_updated": "2024-01-24T22:23:12.870508-05:00",
            "created_at": "2024-01-23T09:43:23.368934-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.39,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/98bc5d33-4a62-49b5-a321-a8ca54d75fcc",
            "datetime": "2024-01-23T22:37:00-05:00",
            "cutoff_datetime": "2024-01-23T22:37:00-05:00",
            "name": "New York Rangers v. San Jose Sharks",
            "bettypes": [
                {
                    "id": "b451f72a-3bc4-4a8e-9bae-252ba5f90edf",
                    "match": "https://api-prod.gambitprofit.com/api/matches/862c4050-b12b-4054-b99c-dd6dd886fc01/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:23.377881-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7393.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 2607.0
                            }
                        ],
                        "expected_reward_tokens": 9463.04,
                        "profit_sb": -36.96,
                        "profit_sb_percentage": -0.39,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a264dd46-da2c-4786-a681-f6de88c62aa1",
                            "gambit_id": "b1c39f2b-f57f-41b0-8da0-c8d2eb6f773b",
                            "last_updated": "2024-01-24T22:23:12.882480-05:00",
                            "created_at": "2024-01-23T09:43:23.384763-05:00",
                            "name": "New York Rangers",
                            "reward": "1.28000",
                            "odds": "1.29410",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b451f72a-3bc4-4a8e-9bae-252ba5f90edf/?format=api"
                        },
                        {
                            "id": "3213feaa-e5ee-413c-9d37-276462f64c09",
                            "gambit_id": "575933e5-8fc3-43f9-bec5-7f9bab7927ec",
                            "last_updated": "2024-01-24T22:23:12.885716-05:00",
                            "created_at": "2024-01-23T09:43:23.394625-05:00",
                            "name": "San Jose Sharks",
                            "reward": "3.63000",
                            "odds": "3.75000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b451f72a-3bc4-4a8e-9bae-252ba5f90edf/?format=api"
                        }
                    ]
                },
                {
                    "id": "18e01eff-726f-4b05-9e52-615d377e8f13",
                    "match": "https://api-prod.gambitprofit.com/api/matches/862c4050-b12b-4054-b99c-dd6dd886fc01/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:23.399687-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5512.0
                            },
                            {
                                "team": "San Jose Sharks",
                                "amount": 4488.0
                            }
                        ],
                        "expected_reward_tokens": 9424.8,
                        "profit_sb": -75.2,
                        "profit_sb_percentage": -0.79,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "530a1fa1-d7da-4ca1-acfe-b39fdddcfca1",
                            "gambit_id": "fb223603-ea95-4c28-b95e-8f69731c6930",
                            "last_updated": "2024-01-24T22:23:12.892459-05:00",
                            "created_at": "2024-01-23T09:43:23.404221-05:00",
                            "name": "New York Rangers",
                            "reward": "1.71000",
                            "odds": "1.74070",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e01eff-726f-4b05-9e52-615d377e8f13/?format=api"
                        },
                        {
                            "id": "6072fadd-a0f1-4f06-bcdf-7c38527acee3",
                            "gambit_id": "591ff72c-312f-4aef-8a63-d26280b65dba",
                            "last_updated": "2024-01-24T22:23:12.895891-05:00",
                            "created_at": "2024-01-23T09:43:23.409734-05:00",
                            "name": "San Jose Sharks",
                            "reward": "2.10000",
                            "odds": "2.15000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18e01eff-726f-4b05-9e52-615d377e8f13/?format=api"
                        }
                    ]
                },
                {
                    "id": "00a52973-aa01-451b-a89b-623ecef9f659",
                    "match": "https://api-prod.gambitprofit.com/api/matches/862c4050-b12b-4054-b99c-dd6dd886fc01/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:23.416154-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8009a8ba-3666-414a-9640-aa0c9b5ddb2a",
                            "gambit_id": "fae46065-4cb9-4589-b895-2ba42b09ad3b",
                            "last_updated": "2024-01-24T22:23:12.902255-05:00",
                            "created_at": "2024-01-23T09:43:23.422287-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a52973-aa01-451b-a89b-623ecef9f659/?format=api"
                        },
                        {
                            "id": "727d0bcc-d115-401d-8489-6b946994153b",
                            "gambit_id": "61a8dc1b-c53b-4cda-ab05-92dc21dedc2a",
                            "last_updated": "2024-01-24T22:23:12.905616-05:00",
                            "created_at": "2024-01-23T09:43:23.431830-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00a52973-aa01-451b-a89b-623ecef9f659/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "23b35d4b-72b6-429b-b1b9-b6e13f007559",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "a2b42c33-03b3-43cd-8a7b-4e79d4e0a921",
            "completed": true,
            "last_updated": "2024-01-24T22:28:18.225719-05:00",
            "created_at": "2024-01-23T09:43:23.100969-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/a2b42c33-03b3-43cd-8a7b-4e79d4e0a921",
            "datetime": "2024-01-23T22:07:00-05:00",
            "cutoff_datetime": "2024-01-23T22:07:00-05:00",
            "name": "Buffalo Sabres v. Anaheim Ducks",
            "bettypes": [
                {
                    "id": "6f8d8fd5-e05a-470d-aee3-dd00b417b7f3",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23b35d4b-72b6-429b-b1b9-b6e13f007559/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:23.110026-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Buffalo Sabres",
                                "amount": 6010.0
                            },
                            {
                                "team": "Anaheim Ducks",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9495.8,
                        "profit_sb": -4.2,
                        "profit_sb_percentage": -0.04,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "df5217c8-2c68-44b5-aaf8-997f66659d8d",
                            "gambit_id": "29d6f49d-cce0-4cdd-8613-da018cde1509",
                            "last_updated": "2024-01-24T22:28:18.239574-05:00",
                            "created_at": "2024-01-23T09:43:23.122799-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8d8fd5-e05a-470d-aee3-dd00b417b7f3/?format=api"
                        },
                        {
                            "id": "e561d2a8-96b9-465a-be0a-f80d300996a8",
                            "gambit_id": "41457e4c-73f5-44c9-b20f-6109eb4f57b3",
                            "last_updated": "2024-01-24T22:28:18.242720-05:00",
                            "created_at": "2024-01-23T09:43:23.130510-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "2.38000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f8d8fd5-e05a-470d-aee3-dd00b417b7f3/?format=api"
                        }
                    ]
                },
                {
                    "id": "e294f4f9-a217-4fc5-97ff-6c975a2dffca",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23b35d4b-72b6-429b-b1b9-b6e13f007559/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:23.134965-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Anaheim Ducks",
                                "amount": 6090.0
                            },
                            {
                                "team": "Buffalo Sabres",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "759a2336-00ec-413b-81e0-fa7fdf0fc0eb",
                            "gambit_id": "15b65750-c058-4132-bc5f-f58e915bf8aa",
                            "last_updated": "2024-01-24T22:28:18.257448-05:00",
                            "created_at": "2024-01-23T09:43:23.144927-05:00",
                            "name": "Anaheim Ducks",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e294f4f9-a217-4fc5-97ff-6c975a2dffca/?format=api"
                        },
                        {
                            "id": "3f8e59a8-515a-40a1-97f2-390104ea9cfa",
                            "gambit_id": "1e4b77d0-1ec8-49d5-8531-4222c48d1b4c",
                            "last_updated": "2024-01-24T22:28:18.254039-05:00",
                            "created_at": "2024-01-23T09:43:23.140349-05:00",
                            "name": "Buffalo Sabres",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e294f4f9-a217-4fc5-97ff-6c975a2dffca/?format=api"
                        }
                    ]
                },
                {
                    "id": "12a10e41-bef9-43bd-9503-9a4edfaf3764",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23b35d4b-72b6-429b-b1b9-b6e13f007559/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:23.149656-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5107.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 4893.0
                            }
                        ],
                        "expected_reward_tokens": 9345.63,
                        "profit_sb": -154.37,
                        "profit_sb_percentage": -1.62,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c8331605-7021-4834-a7b8-312f52c4dc1c",
                            "gambit_id": "ae00bd90-7632-4b28-8ac3-bb6f298d2ef4",
                            "last_updated": "2024-01-24T22:28:18.267091-05:00",
                            "created_at": "2024-01-23T09:43:23.161638-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.83000",
                            "odds": "1.86960",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12a10e41-bef9-43bd-9503-9a4edfaf3764/?format=api"
                        },
                        {
                            "id": "db6c8dca-2e30-4634-9a4a-40c4bae9b6c5",
                            "gambit_id": "cfde84de-37b7-4a8b-a747-fdb80fd5202f",
                            "last_updated": "2024-01-24T22:28:18.270288-05:00",
                            "created_at": "2024-01-23T09:43:23.166837-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.91000",
                            "odds": "1.95240",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12a10e41-bef9-43bd-9503-9a4edfaf3764/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "23270835-98ae-4a5f-a1c5-368f3b8e4031",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "eea7628e-336a-49c3-87f6-e2feb0128fe3",
            "completed": true,
            "last_updated": "2024-01-24T20:33:18.611129-05:00",
            "created_at": "2024-01-23T09:43:22.828296-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.3,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/eea7628e-336a-49c3-87f6-e2feb0128fe3",
            "datetime": "2024-01-23T22:00:00-05:00",
            "cutoff_datetime": "2024-01-23T22:00:00-05:00",
            "name": "Los Angeles Lakers v. Los Angeles Clippers",
            "bettypes": [
                {
                    "id": "23594689-d2fd-4e87-badf-44b34be7bcd0",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23270835-98ae-4a5f-a1c5-368f3b8e4031/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:22.857272-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Los Angeles Clippers",
                                "amount": 7638.0
                            },
                            {
                                "team": "Los Angeles Lakers",
                                "amount": 2362.0
                            }
                        ],
                        "expected_reward_tokens": 9471.12,
                        "profit_sb": -28.88,
                        "profit_sb_percentage": -0.3,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "8c5e0d6c-94ae-49ad-84ac-a83fde9dbe65",
                            "gambit_id": "e13fa614-9d30-4c79-ac54-3b26ce89242e",
                            "last_updated": "2024-01-24T20:33:18.633739-05:00",
                            "created_at": "2024-01-23T09:43:22.876665-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.24000",
                            "odds": "1.25000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23594689-d2fd-4e87-badf-44b34be7bcd0/?format=api"
                        },
                        {
                            "id": "85b80ef5-abeb-44c9-a09e-76b04c001c8a",
                            "gambit_id": "bf0538a5-06b5-49f1-9e1f-6bd16ac3f33e",
                            "last_updated": "2024-01-24T20:33:18.630048-05:00",
                            "created_at": "2024-01-23T09:43:22.868732-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "4.01000",
                            "odds": "4.15000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23594689-d2fd-4e87-badf-44b34be7bcd0/?format=api"
                        }
                    ]
                },
                {
                    "id": "a666ece0-927c-4e87-9f94-823deca92086",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23270835-98ae-4a5f-a1c5-368f3b8e4031/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:22.842710-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": "Los Angeles Clippers",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "66325108-1047-42f9-8d50-7b4aa6a2231d",
                            "gambit_id": "208c6416-fcf4-400e-ba4c-1e323e6c8ddc",
                            "last_updated": "2024-01-24T20:33:18.619528-05:00",
                            "created_at": "2024-01-23T09:43:22.847822-05:00",
                            "name": "Los Angeles Lakers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a666ece0-927c-4e87-9f94-823deca92086/?format=api"
                        },
                        {
                            "id": "bb7e0f29-102f-4f65-a92f-b8df340e8055",
                            "gambit_id": "9937935c-33b8-4f75-a791-b15f5782c03c",
                            "last_updated": "2024-01-24T20:33:18.622940-05:00",
                            "created_at": "2024-01-23T09:43:22.853384-05:00",
                            "name": "Los Angeles Clippers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-10.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a666ece0-927c-4e87-9f94-823deca92086/?format=api"
                        }
                    ]
                },
                {
                    "id": "7eda7051-cd4e-4b64-9517-843978b4beff",
                    "match": "https://api-prod.gambitprofit.com/api/matches/23270835-98ae-4a5f-a1c5-368f3b8e4031/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:22.891695-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 234.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 234.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "7a562658-427a-40c8-a8bf-c6914105b847",
                            "gambit_id": "9341f595-6b4c-412e-8360-f7f1f2a7c756",
                            "last_updated": "2024-01-24T20:33:18.640809-05:00",
                            "created_at": "2024-01-23T09:43:22.900057-05:00",
                            "name": "Game Total Over 234.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "234.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eda7051-cd4e-4b64-9517-843978b4beff/?format=api"
                        },
                        {
                            "id": "8507461f-3e43-46b2-a811-03f6c2dda916",
                            "gambit_id": "08745d53-8f98-4063-b1ac-829cbaaeb27c",
                            "last_updated": "2024-01-24T20:33:18.644122-05:00",
                            "created_at": "2024-01-23T09:43:22.905766-05:00",
                            "name": "Game Total Under 234.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "234.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7eda7051-cd4e-4b64-9517-843978b4beff/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "9c51c093-20eb-44f8-ae9d-0cb397c5340b",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "25babcae-e13a-4ef1-8cd3-1c90f80ec33c",
            "completed": true,
            "last_updated": "2024-01-24T22:28:18.695968-05:00",
            "created_at": "2024-01-23T09:43:22.584462-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.0,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/25babcae-e13a-4ef1-8cd3-1c90f80ec33c",
            "datetime": "2024-01-23T21:07:00-05:00",
            "cutoff_datetime": "2024-01-23T21:07:00-05:00",
            "name": "Columbus Blue Jackets v. Edmonton Oilers",
            "bettypes": [
                {
                    "id": "6ebcc363-e450-48e3-b5d7-a17f80899632",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9c51c093-20eb-44f8-ae9d-0cb397c5340b/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:22.598415-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 7480.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 2520.0
                            }
                        ],
                        "expected_reward_tokens": 9499.6,
                        "profit_sb": -0.4,
                        "profit_sb_percentage": -0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "74c8ffcb-73c6-479c-a1d9-5943619e95a3",
                            "gambit_id": "3f2c6c7c-5f98-4bed-8c40-11dfb527ad81",
                            "last_updated": "2024-01-24T22:28:18.712698-05:00",
                            "created_at": "2024-01-23T09:43:22.610256-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.27000",
                            "odds": "1.27780",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebcc363-e450-48e3-b5d7-a17f80899632/?format=api"
                        },
                        {
                            "id": "2802e5c0-ffe5-4553-a505-b935dcb33a73",
                            "gambit_id": "d72a9b8c-174e-4726-8d5b-88724061c3a1",
                            "last_updated": "2024-01-24T22:28:18.709449-05:00",
                            "created_at": "2024-01-23T09:43:22.604169-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "3.77000",
                            "odds": "3.90000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ebcc363-e450-48e3-b5d7-a17f80899632/?format=api"
                        }
                    ]
                },
                {
                    "id": "8f661841-74ed-4205-b2b5-3cb82643fe40",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9c51c093-20eb-44f8-ae9d-0cb397c5340b/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:22.614673-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5688.0
                            },
                            {
                                "team": "Columbus Blue Jackets",
                                "amount": 4312.0
                            }
                        ],
                        "expected_reward_tokens": 9442.08,
                        "profit_sb": -57.92,
                        "profit_sb_percentage": -0.61,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "a2202f38-b84e-40ac-b6eb-c255afc0ef33",
                            "gambit_id": "079accd9-8660-40ba-95e1-78b07892e36c",
                            "last_updated": "2024-01-24T22:28:18.723227-05:00",
                            "created_at": "2024-01-23T09:43:22.619746-05:00",
                            "name": "Edmonton Oilers",
                            "reward": "1.66000",
                            "odds": "1.68970",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f661841-74ed-4205-b2b5-3cb82643fe40/?format=api"
                        },
                        {
                            "id": "c6b7fd9f-2bfb-4f4f-8c70-0961dabc56ba",
                            "gambit_id": "98441184-6f43-4c4f-ad9e-6656e129d624",
                            "last_updated": "2024-01-24T22:28:18.726440-05:00",
                            "created_at": "2024-01-23T09:43:22.625129-05:00",
                            "name": "Columbus Blue Jackets",
                            "reward": "2.19000",
                            "odds": "2.25000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f661841-74ed-4205-b2b5-3cb82643fe40/?format=api"
                        }
                    ]
                },
                {
                    "id": "6b4074d7-8f1e-4b2c-b278-29112ec265c2",
                    "match": "https://api-prod.gambitprofit.com/api/matches/9c51c093-20eb-44f8-ae9d-0cb397c5340b/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:22.629760-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 7",
                                "amount": 5319.0
                            },
                            {
                                "team": "Game Total Over 7",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "34a387ff-5b19-4836-95e9-887278906407",
                            "gambit_id": "d796ccb9-9cf5-4ce5-8dbd-bba9f2889e6d",
                            "last_updated": "2024-01-24T22:28:18.736261-05:00",
                            "created_at": "2024-01-23T09:43:22.638633-05:00",
                            "name": "Game Total Under 7",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b4074d7-8f1e-4b2c-b278-29112ec265c2/?format=api"
                        },
                        {
                            "id": "a199fa29-3ab8-45e4-b2f3-9a139142c476",
                            "gambit_id": "cf5c2114-ebf0-48df-9ca3-2167b17346af",
                            "last_updated": "2024-01-24T22:28:18.732953-05:00",
                            "created_at": "2024-01-23T09:43:22.634054-05:00",
                            "name": "Game Total Over 7",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b4074d7-8f1e-4b2c-b278-29112ec265c2/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "2e04d823-324d-484e-be97-4c1eada9278c",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "814aa768-4209-4d6a-bf68-6768e50c5f13",
            "completed": true,
            "last_updated": "2024-01-24T22:28:18.463226-05:00",
            "created_at": "2024-01-23T09:43:22.340061-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.0,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/814aa768-4209-4d6a-bf68-6768e50c5f13",
            "datetime": "2024-01-23T21:07:00-05:00",
            "cutoff_datetime": "2024-01-23T21:07:00-05:00",
            "name": "St Louis Blues v. Calgary Flames",
            "bettypes": [
                {
                    "id": "31c95bac-f7ea-46d9-9044-d93b6908d2e9",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e04d823-324d-484e-be97-4c1eada9278c/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:22.349499-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Calgary Flames",
                                "amount": 6010.0
                            },
                            {
                                "team": "St Louis Blues",
                                "amount": 3990.0
                            }
                        ],
                        "expected_reward_tokens": 9495.8,
                        "profit_sb": -4.2,
                        "profit_sb_percentage": -0.04,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b0d4f98c-a604-47b6-8b5f-24f4a34fcbed",
                            "gambit_id": "7792ee5e-596d-464a-9bd3-f54d6c44e008",
                            "last_updated": "2024-01-24T22:28:18.478089-05:00",
                            "created_at": "2024-01-23T09:43:22.354522-05:00",
                            "name": "Calgary Flames",
                            "reward": "1.58000",
                            "odds": "1.60610",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c95bac-f7ea-46d9-9044-d93b6908d2e9/?format=api"
                        },
                        {
                            "id": "6ef9dfad-b9aa-42ff-ae85-de511af59a5e",
                            "gambit_id": "503b6c26-b2c7-47ae-9b26-8c48158e1185",
                            "last_updated": "2024-01-24T22:28:18.474720-05:00",
                            "created_at": "2024-01-23T09:43:22.360573-05:00",
                            "name": "St Louis Blues",
                            "reward": "2.38000",
                            "odds": "2.45000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31c95bac-f7ea-46d9-9044-d93b6908d2e9/?format=api"
                        }
                    ]
                },
                {
                    "id": "de0728a6-2847-42ac-ae9d-517fe2c31cbc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e04d823-324d-484e-be97-4c1eada9278c/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:22.365290-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "St Louis Blues",
                                "amount": 6090.0
                            },
                            {
                                "team": "Calgary Flames",
                                "amount": 3910.0
                            }
                        ],
                        "expected_reward_tokens": 9500.4,
                        "profit_sb": 0.4,
                        "profit_sb_percentage": 0.0,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d0866582-c830-47b0-acca-60e13ec3cd3e",
                            "gambit_id": "4ecc4625-92be-4ab2-a915-89ef61a7f401",
                            "last_updated": "2024-01-24T22:28:18.491166-05:00",
                            "created_at": "2024-01-23T09:43:22.369624-05:00",
                            "name": "St Louis Blues",
                            "reward": "1.56000",
                            "odds": "1.58820",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de0728a6-2847-42ac-ae9d-517fe2c31cbc/?format=api"
                        },
                        {
                            "id": "5413e717-b72b-4ff1-b9e0-1b6b27bebb94",
                            "gambit_id": "d002470c-6578-4efd-9f6a-4e8fa4041480",
                            "last_updated": "2024-01-24T22:28:18.484264-05:00",
                            "created_at": "2024-01-23T09:43:22.375909-05:00",
                            "name": "Calgary Flames",
                            "reward": "2.43000",
                            "odds": "2.50000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de0728a6-2847-42ac-ae9d-517fe2c31cbc/?format=api"
                        }
                    ]
                },
                {
                    "id": "7abee45c-aa3e-4216-9e08-f95618fecf91",
                    "match": "https://api-prod.gambitprofit.com/api/matches/2e04d823-324d-484e-be97-4c1eada9278c/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:22.380993-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Over 6",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 6",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ca093980-4ad9-4b0a-8300-c336ecc00b0a",
                            "gambit_id": "12c12c00-b543-4c61-9051-bd66372688c2",
                            "last_updated": "2024-01-24T22:28:18.497497-05:00",
                            "created_at": "2024-01-23T09:43:22.386649-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abee45c-aa3e-4216-9e08-f95618fecf91/?format=api"
                        },
                        {
                            "id": "017682a7-5568-45db-9e31-10eaa6fa5f12",
                            "gambit_id": "c45cfea4-4ee1-4773-8f83-53fa452202e2",
                            "last_updated": "2024-01-24T22:28:18.500606-05:00",
                            "created_at": "2024-01-23T09:43:22.392308-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abee45c-aa3e-4216-9e08-f95618fecf91/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "d5629fce-dd15-41ce-b412-0f713cf748e4",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5ad6e3ee-e141-48cd-b8e2-4b80e557db66",
            "completed": true,
            "last_updated": "2024-01-24T20:38:20.109153-05:00",
            "created_at": "2024-01-23T09:43:22.088375-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.46,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/5ad6e3ee-e141-48cd-b8e2-4b80e557db66",
            "datetime": "2024-01-23T20:10:00-05:00",
            "cutoff_datetime": "2024-01-23T20:10:00-05:00",
            "name": "Portland Trail Blazers v. Oklahoma City Thunder",
            "bettypes": [
                {
                    "id": "dd76daf1-ae79-4e4f-82ad-f6ee3971dcba",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5629fce-dd15-41ce-b412-0f713cf748e4/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:22.121425-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 8676.0
                            },
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 1324.0
                            }
                        ],
                        "expected_reward_tokens": 9543.6,
                        "profit_sb": 43.6,
                        "profit_sb_percentage": 0.46,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "1da315aa-3c3c-4c75-a505-6aeb24024f26",
                            "gambit_id": "acbb4c7f-49e5-4ad1-ad20-7d02838d156e",
                            "last_updated": "2024-01-24T20:38:20.133401-05:00",
                            "created_at": "2024-01-23T09:43:22.132541-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.10000",
                            "odds": "1.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd76daf1-ae79-4e4f-82ad-f6ee3971dcba/?format=api"
                        },
                        {
                            "id": "c004e183-95e0-4ff8-985c-ea9f4127e87f",
                            "gambit_id": "3c73a711-aab9-428b-be62-d30758416b10",
                            "last_updated": "2024-01-24T20:38:20.130205-05:00",
                            "created_at": "2024-01-23T09:43:22.126622-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "7.21000",
                            "odds": "7.50000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd76daf1-ae79-4e4f-82ad-f6ee3971dcba/?format=api"
                        }
                    ]
                },
                {
                    "id": "1a6309ec-f8a0-45fa-a8ef-fd6637329e75",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5629fce-dd15-41ce-b412-0f713cf748e4/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:22.103172-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Portland Trail Blazers",
                                "amount": 5000.0
                            },
                            {
                                "team": "Oklahoma City Thunder",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "21275c29-7df0-44d1-93ea-4cd1288dac97",
                            "gambit_id": "85cf5eac-a523-4784-a12b-c4775aa60b9c",
                            "last_updated": "2024-01-24T20:38:20.120306-05:00",
                            "created_at": "2024-01-23T09:43:22.110087-05:00",
                            "name": "Portland Trail Blazers",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "13.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6309ec-f8a0-45fa-a8ef-fd6637329e75/?format=api"
                        },
                        {
                            "id": "34fb602a-c67f-4ee5-8f35-344f5bda8238",
                            "gambit_id": "b7668294-6f7c-43c6-a63e-821fa628d0fb",
                            "last_updated": "2024-01-24T20:38:20.123723-05:00",
                            "created_at": "2024-01-23T09:43:22.116084-05:00",
                            "name": "Oklahoma City Thunder",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-13.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1a6309ec-f8a0-45fa-a8ef-fd6637329e75/?format=api"
                        }
                    ]
                },
                {
                    "id": "de09af04-3ec3-463c-9c76-e1f289c91bfc",
                    "match": "https://api-prod.gambitprofit.com/api/matches/d5629fce-dd15-41ce-b412-0f713cf748e4/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:22.137577-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Game Total Under 232.5",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Over 232.5",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "f5c2f10f-ea9c-4332-bf30-e9db0da8cf25",
                            "gambit_id": "b78b2a0a-4d05-4a64-b47a-15815ada7291",
                            "last_updated": "2024-01-24T20:38:20.140014-05:00",
                            "created_at": "2024-01-23T09:43:22.142136-05:00",
                            "name": "Game Total Under 232.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de09af04-3ec3-463c-9c76-e1f289c91bfc/?format=api"
                        },
                        {
                            "id": "ff1b4082-7e1b-4fb7-9cd6-40dc618116f7",
                            "gambit_id": "dbb3db27-7180-447c-8237-380ea455a9fe",
                            "last_updated": "2024-01-24T20:38:20.144336-05:00",
                            "created_at": "2024-01-23T09:43:22.146816-05:00",
                            "name": "Game Total Over 232.5",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "232.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de09af04-3ec3-463c-9c76-e1f289c91bfc/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "cd686417-1143-4498-9bd4-72d820ecb40e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "7d9a412c-50e4-423c-93d4-78d5cdf62d52",
            "completed": true,
            "last_updated": "2024-01-24T20:33:18.114061-05:00",
            "created_at": "2024-01-23T09:43:21.840617-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.41,
            "sport_category": "NBA Lines",
            "sport": "Basketball",
            "url": "https://app.gambitrewards.com/match/7d9a412c-50e4-423c-93d4-78d5cdf62d52",
            "datetime": "2024-01-23T20:10:00-05:00",
            "cutoff_datetime": "2024-01-23T20:10:00-05:00",
            "name": "Utah Jazz v. New Orleans Pelicans",
            "bettypes": [
                {
                    "id": "3576eacc-b462-4829-8076-63db32d001ef",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd686417-1143-4498-9bd4-72d820ecb40e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:21.865678-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 6856.0
                            },
                            {
                                "team": "Utah Jazz",
                                "amount": 3144.0
                            }
                        ],
                        "expected_reward_tokens": 9461.28,
                        "profit_sb": -38.72,
                        "profit_sb_percentage": -0.41,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "d59ec5c6-26fe-45e1-b5dc-445aa41c2525",
                            "gambit_id": "0f0d0338-e19d-46ae-b1b1-a45af111cd11",
                            "last_updated": "2024-01-24T20:33:18.150422-05:00",
                            "created_at": "2024-01-23T09:43:21.876997-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.38000",
                            "odds": "1.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3576eacc-b462-4829-8076-63db32d001ef/?format=api"
                        },
                        {
                            "id": "e12eb430-9638-4660-a310-a7e521147805",
                            "gambit_id": "a32c1b0d-01d1-4e96-95e9-b97d66a28cc7",
                            "last_updated": "2024-01-24T20:33:18.147012-05:00",
                            "created_at": "2024-01-23T09:43:21.871398-05:00",
                            "name": "Utah Jazz",
                            "reward": "3.01000",
                            "odds": "3.10000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3576eacc-b462-4829-8076-63db32d001ef/?format=api"
                        }
                    ]
                },
                {
                    "id": "2f997a63-6155-443c-aac6-0541d86316e8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd686417-1143-4498-9bd4-72d820ecb40e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:21.848218-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Utah Jazz",
                                "amount": 5000.0
                            },
                            {
                                "team": "New Orleans Pelicans",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "b77260e7-ce87-4b74-90e7-d8274bc97b7b",
                            "gambit_id": "6c74aec3-1884-46ba-b1af-3567d4f69a72",
                            "last_updated": "2024-01-24T20:33:18.131992-05:00",
                            "created_at": "2024-01-23T09:43:21.853815-05:00",
                            "name": "Utah Jazz",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f997a63-6155-443c-aac6-0541d86316e8/?format=api"
                        },
                        {
                            "id": "29b44cba-09b4-453e-b014-221fafe8c7d8",
                            "gambit_id": "693b6c25-cf4b-4cdc-b22b-f098ddd8dc97",
                            "last_updated": "2024-01-24T20:33:18.135440-05:00",
                            "created_at": "2024-01-23T09:43:21.860470-05:00",
                            "name": "New Orleans Pelicans",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "-7.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f997a63-6155-443c-aac6-0541d86316e8/?format=api"
                        }
                    ]
                },
                {
                    "id": "edcf4473-de2b-445b-bba5-d186cef80837",
                    "match": "https://api-prod.gambitprofit.com/api/matches/cd686417-1143-4498-9bd4-72d820ecb40e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:21.882053-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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 240",
                                "amount": 5000.0
                            },
                            {
                                "team": "Game Total Under 240",
                                "amount": 5000.0
                            }
                        ],
                        "expected_reward_tokens": 9350.0,
                        "profit_sb": -150.0,
                        "profit_sb_percentage": -1.58,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "0eeebfcc-c0c7-4f27-8b9e-7d11a20c964a",
                            "gambit_id": "ab4eae76-c99f-4cf2-9052-d44f89c9dfae",
                            "last_updated": "2024-01-24T20:33:18.164583-05:00",
                            "created_at": "2024-01-23T09:43:21.887017-05:00",
                            "name": "Game Total Over 240",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "240.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edcf4473-de2b-445b-bba5-d186cef80837/?format=api"
                        },
                        {
                            "id": "7346d070-5c1e-47d7-bd36-ed4ca299ac9e",
                            "gambit_id": "8581b4f1-91dc-4cb9-b0ce-e543ba6e793d",
                            "last_updated": "2024-01-24T20:33:18.167908-05:00",
                            "created_at": "2024-01-23T09:43:21.892853-05:00",
                            "name": "Game Total Under 240",
                            "reward": "1.87000",
                            "odds": "1.90910",
                            "spread": "240.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edcf4473-de2b-445b-bba5-d186cef80837/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "7adc4762-8323-47ca-9012-907851f44c0e",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "5c2c9353-e3cd-4879-ad96-5ca5eab770cb",
            "completed": true,
            "last_updated": "2024-01-24T22:28:17.544337-05:00",
            "created_at": "2024-01-23T09:43:21.592824-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": 0.35,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/5c2c9353-e3cd-4879-ad96-5ca5eab770cb",
            "datetime": "2024-01-23T20:07:00-05:00",
            "cutoff_datetime": "2024-01-23T20:07:00-05:00",
            "name": "Washington Capitals v. Minnesota Wild",
            "bettypes": [
                {
                    "id": "ad3f334d-2cd1-4f2b-90d5-dd874592237f",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7adc4762-8323-47ca-9012-907851f44c0e/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:21.599774-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line 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": 5939.0
                            },
                            {
                                "team": "Washington Capitals",
                                "amount": 4061.0
                            }
                        ],
                        "expected_reward_tokens": 9502.4,
                        "profit_sb": 2.4,
                        "profit_sb_percentage": 0.03,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "f2eea1ae-6bcd-4402-b6de-abf2215b2994",
                            "gambit_id": "b17dc2b5-75af-4ef5-94d3-557c4ef169fc",
                            "last_updated": "2024-01-24T22:28:17.553420-05:00",
                            "created_at": "2024-01-23T09:43:21.611425-05:00",
                            "name": "Minnesota Wild",
                            "reward": "1.60000",
                            "odds": "1.62500",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3f334d-2cd1-4f2b-90d5-dd874592237f/?format=api"
                        },
                        {
                            "id": "bb8f3bd6-9017-4398-a6e6-2539cca08288",
                            "gambit_id": "0959e4f7-d416-4b7c-ada4-0ae2e82799a5",
                            "last_updated": "2024-01-24T22:28:17.556782-05:00",
                            "created_at": "2024-01-23T09:43:21.617077-05:00",
                            "name": "Washington Capitals",
                            "reward": "2.34000",
                            "odds": "2.40000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3f334d-2cd1-4f2b-90d5-dd874592237f/?format=api"
                        }
                    ]
                },
                {
                    "id": "3082c783-a6a4-4066-90fb-09cea8a933b8",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7adc4762-8323-47ca-9012-907851f44c0e/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:21.621141-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Washington Capitals",
                                "amount": 6232.0
                            },
                            {
                                "team": "Minnesota Wild",
                                "amount": 3768.0
                            }
                        ],
                        "expected_reward_tokens": 9533.04,
                        "profit_sb": 33.04,
                        "profit_sb_percentage": 0.35,
                        "recommended": true
                    },
                    "lines": [
                        {
                            "id": "7ab36634-d396-4090-846c-21082375cb10",
                            "gambit_id": "63994d21-e23d-4ff6-b230-e1465eb41390",
                            "last_updated": "2024-01-24T22:28:17.563328-05:00",
                            "created_at": "2024-01-23T09:43:21.627841-05:00",
                            "name": "Washington Capitals",
                            "reward": "1.53000",
                            "odds": "1.55560",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3082c783-a6a4-4066-90fb-09cea8a933b8/?format=api"
                        },
                        {
                            "id": "f33d7ab5-b566-4e42-bcb2-2f243e4524b2",
                            "gambit_id": "6b7e75a4-9298-4cdd-bc63-95b3b8632e51",
                            "last_updated": "2024-01-24T22:28:17.566675-05:00",
                            "created_at": "2024-01-23T09:43:21.633339-05:00",
                            "name": "Minnesota Wild",
                            "reward": "2.53000",
                            "odds": "2.60000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3082c783-a6a4-4066-90fb-09cea8a933b8/?format=api"
                        }
                    ]
                },
                {
                    "id": "f5b72801-b90e-4d59-8020-bc393e06d383",
                    "match": "https://api-prod.gambitprofit.com/api/matches/7adc4762-8323-47ca-9012-907851f44c0e/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:21.638024-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5213.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4787.0
                            }
                        ],
                        "expected_reward_tokens": 9382.52,
                        "profit_sb": -117.48,
                        "profit_sb_percentage": -1.24,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "c5f2c0db-e091-4192-a434-718e2787fc2a",
                            "gambit_id": "463c8a4a-0b63-4c01-8ab3-0a5f5bab24cb",
                            "last_updated": "2024-01-24T22:28:17.577308-05:00",
                            "created_at": "2024-01-23T09:43:21.646942-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.80000",
                            "odds": "1.83330",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b72801-b90e-4d59-8020-bc393e06d383/?format=api"
                        },
                        {
                            "id": "a2feef21-826f-4f8d-98b6-2a85747d1b69",
                            "gambit_id": "161bdfb8-7139-47ce-88a7-9bea1b88a30d",
                            "last_updated": "2024-01-24T22:28:17.573765-05:00",
                            "created_at": "2024-01-23T09:43:21.642024-05:00",
                            "name": "Game Total Over 6",
                            "reward": "1.96000",
                            "odds": "2.00000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5b72801-b90e-4d59-8020-bc393e06d383/?format=api"
                        }
                    ]
                }
            ]
        },
        {
            "id": "34cb0bda-2fe9-4951-bec3-c2d57396138a",
            "discount": "0.95",
            "sb_rate": "1.00",
            "gambit_id": "dc77ea7a-d491-4c25-b860-47bccdb0ef97",
            "completed": true,
            "last_updated": "2024-01-24T22:28:17.297839-05:00",
            "created_at": "2024-01-23T09:43:21.338272-05:00",
            "cutoff_passed": true,
            "max_no_risk_profit_sb_percentage": -0.34,
            "sport_category": "NHL Lines",
            "sport": "Ice Hockey",
            "url": "https://app.gambitrewards.com/match/dc77ea7a-d491-4c25-b860-47bccdb0ef97",
            "datetime": "2024-01-23T19:37:00-05:00",
            "cutoff_datetime": "2024-01-23T19:37:00-05:00",
            "name": "Vegas Golden Knights v. New York Islanders",
            "bettypes": [
                {
                    "id": "a9cc07a6-b8ca-4834-8f70-60e53467f118",
                    "match": "https://api-prod.gambitprofit.com/api/matches/34cb0bda-2fe9-4951-bec3-c2d57396138a/?format=api",
                    "name": "Pick the Winner",
                    "created_at": "2024-01-23T09:43:21.365416-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "New York Islanders",
                                "amount": 5773.0
                            },
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 4227.0
                            }
                        ],
                        "expected_reward_tokens": 9467.72,
                        "profit_sb": -32.28,
                        "profit_sb_percentage": -0.34,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "ef01fbc1-1cec-4531-895f-6ebb5035a5cd",
                            "gambit_id": "1a9c91fc-5a95-4438-8b68-e9c05032929a",
                            "last_updated": "2024-01-24T22:28:17.328035-05:00",
                            "created_at": "2024-01-23T09:43:21.375393-05:00",
                            "name": "New York Islanders",
                            "reward": "1.64000",
                            "odds": "1.66670",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9cc07a6-b8ca-4834-8f70-60e53467f118/?format=api"
                        },
                        {
                            "id": "ad250ca2-8236-4a5c-ba21-c02d291c0771",
                            "gambit_id": "446a63ba-297e-492d-b512-2d805233605e",
                            "last_updated": "2024-01-24T22:28:17.324143-05:00",
                            "created_at": "2024-01-23T09:43:21.369489-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "2.24000",
                            "odds": "2.30000",
                            "spread": null,
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9cc07a6-b8ca-4834-8f70-60e53467f118/?format=api"
                        }
                    ]
                },
                {
                    "id": "e58de474-6079-4752-a921-a4d6ecb4bd98",
                    "match": "https://api-prod.gambitprofit.com/api/matches/34cb0bda-2fe9-4951-bec3-c2d57396138a/?format=api",
                    "name": "Play the Odds",
                    "created_at": "2024-01-23T09:43:21.380016-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.10 reward"
                    },
                    "med_risk": {
                        "possible": false,
                        "description": "Too few lines to bet on"
                    },
                    "no_risk": {
                        "possible": true,
                        "name": "No Risk",
                        "bet": [
                            {
                                "team": "Vegas Golden Knights",
                                "amount": 6390.0
                            },
                            {
                                "team": "New York Islanders",
                                "amount": 3610.0
                            }
                        ],
                        "expected_reward_tokens": 9457.2,
                        "profit_sb": -42.8,
                        "profit_sb_percentage": -0.45,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "15e80cf7-1c57-4541-8fc8-3cb772343ac7",
                            "gambit_id": "a902af7d-d0b6-4b93-9715-a0d9ad67e220",
                            "last_updated": "2024-01-24T22:28:17.335794-05:00",
                            "created_at": "2024-01-23T09:43:21.384909-05:00",
                            "name": "Vegas Golden Knights",
                            "reward": "1.48000",
                            "odds": "1.50000",
                            "spread": "1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e58de474-6079-4752-a921-a4d6ecb4bd98/?format=api"
                        },
                        {
                            "id": "2fe79c88-0b51-4c70-862c-8f036678ed4d",
                            "gambit_id": "665f4b0f-232f-4955-a0bc-3808127dc960",
                            "last_updated": "2024-01-24T22:28:17.340066-05:00",
                            "created_at": "2024-01-23T09:43:21.390209-05:00",
                            "name": "New York Islanders",
                            "reward": "2.62000",
                            "odds": "2.70000",
                            "spread": "-1.50",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e58de474-6079-4752-a921-a4d6ecb4bd98/?format=api"
                        }
                    ]
                },
                {
                    "id": "4afb9ee7-a18b-4b61-a12f-600874d5df0c",
                    "match": "https://api-prod.gambitprofit.com/api/matches/34cb0bda-2fe9-4951-bec3-c2d57396138a/?format=api",
                    "name": "Over/Under",
                    "created_at": "2024-01-23T09:43:21.394828-05:00",
                    "high_risk": {
                        "possible": false,
                        "description": "There is no line under 1.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": 5319.0
                            },
                            {
                                "team": "Game Total Over 6",
                                "amount": 4681.0
                            }
                        ],
                        "expected_reward_tokens": 9361.44,
                        "profit_sb": -138.56,
                        "profit_sb_percentage": -1.46,
                        "recommended": false
                    },
                    "lines": [
                        {
                            "id": "5c9df241-c041-4b38-9d36-289072f56777",
                            "gambit_id": "5320c745-3266-4df1-bd6c-a295ba8dbccf",
                            "last_updated": "2024-01-24T22:28:17.351882-05:00",
                            "created_at": "2024-01-23T09:43:21.405870-05:00",
                            "name": "Game Total Under 6",
                            "reward": "1.76000",
                            "odds": "1.80000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4afb9ee7-a18b-4b61-a12f-600874d5df0c/?format=api"
                        },
                        {
                            "id": "8bc9ba16-3e19-4c7a-805e-1842806c4009",
                            "gambit_id": "f90956ab-3c4c-414e-8a37-ca0d5425c1bd",
                            "last_updated": "2024-01-24T22:28:17.347825-05:00",
                            "created_at": "2024-01-23T09:43:21.399466-05:00",
                            "name": "Game Total Over 6",
                            "reward": "2.00000",
                            "odds": "2.05000",
                            "spread": "6.00",
                            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4afb9ee7-a18b-4b61-a12f-600874d5df0c/?format=api"
                        }
                    ]
                }
            ]
        }
    ]
}