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/e93c5ecd-455c-464f-a547-210f84adb310/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e93c5ecd-455c-464f-a547-210f84adb310",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b0559070-2a36-41ab-8dbe-930e890eb16f",
    "completed": true,
    "last_updated": "2022-10-31T11:46:57.848532-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.54,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/b0559070-2a36-41ab-8dbe-930e890eb16f",
    "datetime": "2022-10-30T13:00:00-04:00",
    "cutoff_datetime": "2022-10-30T13:00:00-04:00",
    "name": "Chicago Bears v. Dallas Cowboys",
    "bettypes": [
        {
            "id": "2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421",
            "match": "https://api-prod.gambitprofit.com/api/matches/e93c5ecd-455c-464f-a547-210f84adb310/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Dallas Cowboys",
                        "amount": 7829.0
                    },
                    {
                        "team": "Chicago Bears",
                        "amount": 2171.0
                    }
                ],
                "expected_reward_tokens": 9551.38,
                "profit_sb": 51.38,
                "profit_sb_percentage": 0.54,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7ae5c9b3-7cbd-493a-9fbe-5a6f314a07fd",
                    "gambit_id": "ecacf207-6c8d-4d37-afe9-85741ebfe4f2",
                    "last_updated": "2022-10-31T11:46:57.851302-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Cowboys",
                    "reward": "1.22000",
                    "odds": "1.22220",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421/?format=api"
                },
                {
                    "id": "99b03df0-da8b-4f28-bb00-0ada36f989c3",
                    "gambit_id": "26494ffd-fc16-4f9b-b2f7-f33130838e65",
                    "last_updated": "2022-10-31T11:46:57.852464-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bears",
                    "reward": "4.40000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e1bd3dd-c0dd-4dec-8ff2-93f7ebba3421/?format=api"
                }
            ]
        },
        {
            "id": "4b753fd9-401c-4c6b-9178-9dba5057d280",
            "match": "https://api-prod.gambitprofit.com/api/matches/e93c5ecd-455c-464f-a547-210f84adb310/?format=api",
            "name": "Play the Odds",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Chicago Bears",
                        "amount": 5000.0
                    },
                    {
                        "team": "Dallas Cowboys",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9635b3db-4d45-4dcb-8e4a-947764a5a10f",
                    "gambit_id": "482efd81-f3f0-4203-a555-01389d220ed1",
                    "last_updated": "2022-10-31T11:46:57.858271-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Chicago Bears",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b753fd9-401c-4c6b-9178-9dba5057d280/?format=api"
                },
                {
                    "id": "de3f8b92-4a2a-45d2-9fa1-3d769283037c",
                    "gambit_id": "d422337e-c69d-4700-82e5-7b47efcba4d5",
                    "last_updated": "2022-10-31T11:46:57.857310-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Cowboys",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b753fd9-401c-4c6b-9178-9dba5057d280/?format=api"
                }
            ]
        },
        {
            "id": "04e15e50-8f5f-4535-9e5c-3fb3c992ee62",
            "match": "https://api-prod.gambitprofit.com/api/matches/e93c5ecd-455c-464f-a547-210f84adb310/?format=api",
            "name": "Over/Under",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Game Total Under 43",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 43",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "00acdfb0-bcd1-4da6-9144-ea34c802ef17",
                    "gambit_id": "62385799-0439-4963-a1bc-01d683f8a984",
                    "last_updated": "2022-10-31T11:46:57.854434-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 43",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04e15e50-8f5f-4535-9e5c-3fb3c992ee62/?format=api"
                },
                {
                    "id": "876f23b8-5bdb-43e0-9eed-df392829fbed",
                    "gambit_id": "563fcc37-0aac-4bff-8bf6-801ce429100a",
                    "last_updated": "2022-10-31T11:46:57.855393-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 43",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04e15e50-8f5f-4535-9e5c-3fb3c992ee62/?format=api"
                }
            ]
        }
    ]
}