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/9eafb138-245f-4579-8c85-f45dd7344da7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eafb138-245f-4579-8c85-f45dd7344da7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fc16722e-e725-416b-90f0-2165e5779acc",
    "completed": true,
    "last_updated": "2022-12-17T19:37:20.495675-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.4,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/fc16722e-e725-416b-90f0-2165e5779acc",
    "datetime": "2022-12-16T19:40:00-05:00",
    "cutoff_datetime": "2022-12-16T19:40:00-05:00",
    "name": "Indiana Pacers v. Cleveland Cavaliers",
    "bettypes": [
        {
            "id": "8900540a-0268-47fd-a60b-cd48d84e95e2",
            "match": "https://api-prod.gambitprofit.com/api/matches/9eafb138-245f-4579-8c85-f45dd7344da7/?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": "Cleveland Cavaliers",
                        "amount": 7257.0
                    },
                    {
                        "team": "Indiana Pacers",
                        "amount": 2743.0
                    }
                ],
                "expected_reward_tokens": 9216.39,
                "profit_sb": 216.39,
                "profit_sb_percentage": 2.4,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d1cefe6d-4703-4e44-b872-672d9d87fd5d",
                    "gambit_id": "4eeb2532-93ea-4ac1-95d4-955338efafc7",
                    "last_updated": "2022-12-17T19:37:20.501989-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Cavaliers",
                    "reward": "1.27000",
                    "odds": "1.30300",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8900540a-0268-47fd-a60b-cd48d84e95e2/?format=api"
                },
                {
                    "id": "5eff2928-330f-4397-af1a-bbb64405b430",
                    "gambit_id": "0e4b8665-7023-4695-80aa-44bdc7986d3a",
                    "last_updated": "2022-12-17T19:37:20.503090-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana Pacers",
                    "reward": "3.36000",
                    "odds": "3.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8900540a-0268-47fd-a60b-cd48d84e95e2/?format=api"
                }
            ]
        },
        {
            "id": "870d6d92-ad5b-453b-914a-9ad592540257",
            "match": "https://api-prod.gambitprofit.com/api/matches/9eafb138-245f-4579-8c85-f45dd7344da7/?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": "Cleveland Cavaliers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Indiana Pacers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dddbe01e-bb5a-4077-913c-de32a1b810df",
                    "gambit_id": "10ab6f83-3050-4b38-ab24-ce07f316176b",
                    "last_updated": "2022-12-17T19:37:20.505376-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Cavaliers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870d6d92-ad5b-453b-914a-9ad592540257/?format=api"
                },
                {
                    "id": "eff745e7-75a0-482d-a6dc-5fd0df68b177",
                    "gambit_id": "ce608dd5-02d2-4626-aad4-b09e21c3599c",
                    "last_updated": "2022-12-17T19:37:20.506457-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana Pacers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/870d6d92-ad5b-453b-914a-9ad592540257/?format=api"
                }
            ]
        },
        {
            "id": "b70794ec-b01f-4261-b923-7dd312a0e8e7",
            "match": "https://api-prod.gambitprofit.com/api/matches/9eafb138-245f-4579-8c85-f45dd7344da7/?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 222",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 222",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "57684f8b-6f9f-4b22-b6f1-189fd2f76873",
                    "gambit_id": "0491e319-50bb-428c-8e0c-22cc2ed910f5",
                    "last_updated": "2022-12-17T19:37:20.498657-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 222",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "222.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b70794ec-b01f-4261-b923-7dd312a0e8e7/?format=api"
                },
                {
                    "id": "c7cc42a0-db9f-446f-b58e-193f09e7544b",
                    "gambit_id": "339e9232-d290-4a8e-9d03-0647be16884a",
                    "last_updated": "2022-12-17T19:37:20.499771-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 222",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "222.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b70794ec-b01f-4261-b923-7dd312a0e8e7/?format=api"
                }
            ]
        }
    ]
}