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/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d842f7ce-a142-4862-8689-20fdd58e7e79",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a4fd2df1-80c6-4480-afbf-d83677333b0a",
    "completed": true,
    "last_updated": "2023-09-30T11:03:11.330611-04:00",
    "created_at": "2023-09-28T08:13:17.923763-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.87,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a4fd2df1-80c6-4480-afbf-d83677333b0a",
    "datetime": "2023-09-28T19:10:00-04:00",
    "cutoff_datetime": "2023-09-28T19:10:00-04:00",
    "name": "MIA (J Luzardo) v. NYM (D Peterson)",
    "bettypes": [
        {
            "id": "7abb365b-6d55-46a6-9019-6db33cd0c1c5",
            "match": "https://api-prod.gambitprofit.com/api/matches/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-28T08:13:17.929807-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "MIA (J Luzardo)",
                        "amount": 5604.0
                    },
                    {
                        "team": "NYM (D Peterson)",
                        "amount": 4396.0
                    }
                ],
                "expected_reward_tokens": 9582.84,
                "profit_sb": 82.84,
                "profit_sb_percentage": 0.87,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3cdbf629-bb0f-4d88-8de9-bf503ddc68c0",
                    "gambit_id": "bd465684-aba7-4a93-8410-324b559f71e7",
                    "last_updated": "2023-09-30T11:03:11.344123-04:00",
                    "created_at": "2023-09-28T08:13:17.934518-04:00",
                    "name": "MIA (J Luzardo)",
                    "reward": "1.71000",
                    "odds": "1.74630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abb365b-6d55-46a6-9019-6db33cd0c1c5/?format=api"
                },
                {
                    "id": "938e7a48-eed5-4deb-ab8a-f0aa1d1c93a3",
                    "gambit_id": "0fe90a34-d68b-49c9-9884-263faf61181c",
                    "last_updated": "2023-09-30T11:03:11.347718-04:00",
                    "created_at": "2023-09-28T08:13:17.939738-04:00",
                    "name": "NYM (D Peterson)",
                    "reward": "2.18000",
                    "odds": "2.24000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7abb365b-6d55-46a6-9019-6db33cd0c1c5/?format=api"
                }
            ]
        },
        {
            "id": "e8dde2a2-59dd-4387-ba77-8de0f5d68505",
            "match": "https://api-prod.gambitprofit.com/api/matches/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-28T08:13:17.943908-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "NYM",
                        "amount": 5688.0
                    },
                    {
                        "team": "MIA",
                        "amount": 4312.0
                    }
                ],
                "expected_reward_tokens": 9442.08,
                "profit_sb": -57.92,
                "profit_sb_percentage": -0.61,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5b893bbf-037c-4ae0-a987-c1797cdc6e4e",
                    "gambit_id": "48e05047-ef3c-4cc5-b88a-dbe7788ec2fa",
                    "last_updated": "2023-09-30T11:03:11.357419-04:00",
                    "created_at": "2023-09-28T08:13:17.952681-04:00",
                    "name": "NYM",
                    "reward": "1.66000",
                    "odds": "1.68970",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8dde2a2-59dd-4387-ba77-8de0f5d68505/?format=api"
                },
                {
                    "id": "bfda91c3-741c-4619-b2b7-349f2cbb36c1",
                    "gambit_id": "1eb2dd85-e824-4cde-b046-908ce4d61e8c",
                    "last_updated": "2023-09-30T11:03:11.354133-04:00",
                    "created_at": "2023-09-28T08:13:17.948241-04:00",
                    "name": "MIA",
                    "reward": "2.19000",
                    "odds": "2.25000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8dde2a2-59dd-4387-ba77-8de0f5d68505/?format=api"
                }
            ]
        },
        {
            "id": "8cd1aee1-afc2-40d5-81f8-8a95349b3b8c",
            "match": "https://api-prod.gambitprofit.com/api/matches/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-28T08:13:17.957762-04:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Over 7.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 7.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f90ab757-3509-4044-b4dc-a1818c8e92d2",
                    "gambit_id": "c8755118-878f-4d6c-9114-5cb04ac0c828",
                    "last_updated": "2023-09-30T11:03:11.364811-04:00",
                    "created_at": "2023-09-28T08:13:17.963101-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd1aee1-afc2-40d5-81f8-8a95349b3b8c/?format=api"
                },
                {
                    "id": "fa2cf12b-76b9-4062-ad1c-f9d69cbd56ad",
                    "gambit_id": "bbf22119-84dd-4fc9-917c-f45ace3c53f4",
                    "last_updated": "2023-09-30T11:03:11.368297-04:00",
                    "created_at": "2023-09-28T08:13:17.968805-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd1aee1-afc2-40d5-81f8-8a95349b3b8c/?format=api"
                }
            ]
        }
    ]
}