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/ef2bb90a-92a0-4d0c-af77-908544f69ce8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef2bb90a-92a0-4d0c-af77-908544f69ce8",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7bcbacca-7cbc-4e76-a32b-e53108892919",
    "completed": true,
    "last_updated": "2023-05-06T11:52:02.678676-04:00",
    "created_at": "2023-05-05T11:47:05.374238-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.2,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/7bcbacca-7cbc-4e76-a32b-e53108892919",
    "datetime": "2023-05-05T22:10:00-04:00",
    "cutoff_datetime": "2023-05-05T22:10:00-04:00",
    "name": "HOU (C Javier) v. SEA (L Castillo)",
    "bettypes": [
        {
            "id": "17b3732e-ec6d-4aad-9cba-6d8591e70b75",
            "match": "https://api-prod.gambitprofit.com/api/matches/ef2bb90a-92a0-4d0c-af77-908544f69ce8/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-05T11:47:05.387078-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "SEA (L Castillo)",
                        "amount": 5590.0
                    },
                    {
                        "team": "HOU (C Javier)",
                        "amount": 4410.0
                    }
                ],
                "expected_reward_tokens": 9613.8,
                "profit_sb": 113.8,
                "profit_sb_percentage": 1.2,
                "recommended": true
            },
            "lines": [
                {
                    "id": "eefc6665-97cf-49e7-b6b4-d0df0c2b3bd7",
                    "gambit_id": "625e95d5-e958-42cd-a1d3-7e4f5ba61565",
                    "last_updated": "2023-05-06T11:52:02.692549-04:00",
                    "created_at": "2023-05-05T11:47:05.388905-04:00",
                    "name": "SEA (L Castillo)",
                    "reward": "1.72000",
                    "odds": "1.75190",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17b3732e-ec6d-4aad-9cba-6d8591e70b75/?format=api"
                },
                {
                    "id": "0880f203-cbd9-480f-9e06-8a985b67d82e",
                    "gambit_id": "d36cf204-0964-4952-b0fb-0662c5d53786",
                    "last_updated": "2023-05-06T11:52:02.693938-04:00",
                    "created_at": "2023-05-05T11:47:05.390909-04:00",
                    "name": "HOU (C Javier)",
                    "reward": "2.18000",
                    "odds": "2.23000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/17b3732e-ec6d-4aad-9cba-6d8591e70b75/?format=api"
                }
            ]
        },
        {
            "id": "c77ff61e-7340-44f4-a17d-8447014a669f",
            "match": "https://api-prod.gambitprofit.com/api/matches/ef2bb90a-92a0-4d0c-af77-908544f69ce8/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-05T11:47:05.381692-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "HOU",
                        "amount": 6308.0
                    },
                    {
                        "team": "SEA",
                        "amount": 3692.0
                    }
                ],
                "expected_reward_tokens": 9525.08,
                "profit_sb": 25.08,
                "profit_sb_percentage": 0.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9d67a840-ea42-4a91-b9af-8833d2f5ea9a",
                    "gambit_id": "862d6d08-f97c-4103-b95e-24c3406752af",
                    "last_updated": "2023-05-06T11:52:02.687846-04:00",
                    "created_at": "2023-05-05T11:47:05.385171-04:00",
                    "name": "HOU",
                    "reward": "1.51000",
                    "odds": "1.52630",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ff61e-7340-44f4-a17d-8447014a669f/?format=api"
                },
                {
                    "id": "3559da1e-01f5-40a9-a366-b8acc85fcc55",
                    "gambit_id": "f5c531c0-e59f-4ea9-a8cd-1e803a9b096f",
                    "last_updated": "2023-05-06T11:52:02.689643-04:00",
                    "created_at": "2023-05-05T11:47:05.383341-04:00",
                    "name": "SEA",
                    "reward": "2.58000",
                    "odds": "2.65000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77ff61e-7340-44f4-a17d-8447014a669f/?format=api"
                }
            ]
        },
        {
            "id": "09edaf47-be7c-4c3e-9a51-9e60067ef121",
            "match": "https://api-prod.gambitprofit.com/api/matches/ef2bb90a-92a0-4d0c-af77-908544f69ce8/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-05T11:47:05.376294-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Under 7",
                        "amount": 5317.0
                    },
                    {
                        "team": "Game Total Over 7",
                        "amount": 4683.0
                    }
                ],
                "expected_reward_tokens": 9411.09,
                "profit_sb": -88.91,
                "profit_sb_percentage": -0.94,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4ed33b77-dcdd-446c-afcb-7b6202f3eb84",
                    "gambit_id": "6f301018-fe6b-4eb8-9c6c-ee6c217b76a7",
                    "last_updated": "2023-05-06T11:52:02.682380-04:00",
                    "created_at": "2023-05-05T11:47:05.378135-04:00",
                    "name": "Game Total Under 7",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09edaf47-be7c-4c3e-9a51-9e60067ef121/?format=api"
                },
                {
                    "id": "8b40f39f-a751-44b5-bfef-2330b98a1c91",
                    "gambit_id": "3fc15bc2-4671-42a6-a74f-cf7c2bd514aa",
                    "last_updated": "2023-05-06T11:52:02.684365-04:00",
                    "created_at": "2023-05-05T11:47:05.379921-04:00",
                    "name": "Game Total Over 7",
                    "reward": "2.01000",
                    "odds": "2.05000",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09edaf47-be7c-4c3e-9a51-9e60067ef121/?format=api"
                }
            ]
        }
    ]
}