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/36de96fa-76f9-43f5-87d0-7944e79858f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36de96fa-76f9-43f5-87d0-7944e79858f7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "04de3a40-d60c-497d-af8a-ef8ee56fcd89",
    "completed": true,
    "last_updated": "2022-10-11T10:52:30.374497-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.71,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/04de3a40-d60c-497d-af8a-ef8ee56fcd89",
    "datetime": "2022-10-08T12:00:00-04:00",
    "cutoff_datetime": "2022-10-08T12:00:00-04:00",
    "name": "Louisville v. Virginia",
    "bettypes": [
        {
            "id": "d88f52a2-3990-421b-99b9-20d7bcc9db3c",
            "match": "https://api-prod.gambitprofit.com/api/matches/36de96fa-76f9-43f5-87d0-7944e79858f7/?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": "Virginia",
                        "amount": 5212.0
                    },
                    {
                        "team": "Louisville",
                        "amount": 4788.0
                    }
                ],
                "expected_reward_tokens": 9432.36,
                "profit_sb": -67.64,
                "profit_sb_percentage": -0.71,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bc36f056-0f29-4cbf-ae10-6898a5ecd54e",
                    "gambit_id": "f54dd1bd-5cf5-4c68-99b6-785902b5d9c5",
                    "last_updated": "2022-10-11T10:52:30.380837-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Virginia",
                    "reward": "1.81000",
                    "odds": "1.83330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d88f52a2-3990-421b-99b9-20d7bcc9db3c/?format=api"
                },
                {
                    "id": "dd43bf95-acd2-4adf-bc9f-6f9fca5901f4",
                    "gambit_id": "1f74cc12-bffa-42e0-9401-58d4aaf45ab5",
                    "last_updated": "2022-10-11T10:52:30.381859-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.97000",
                    "odds": "2.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d88f52a2-3990-421b-99b9-20d7bcc9db3c/?format=api"
                }
            ]
        },
        {
            "id": "9bcad424-4339-416d-a16e-2149b63b7827",
            "match": "https://api-prod.gambitprofit.com/api/matches/36de96fa-76f9-43f5-87d0-7944e79858f7/?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": "Virginia",
                        "amount": 5000.0
                    },
                    {
                        "team": "Louisville",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f13edc47-2ba0-4a46-9f4d-381e37f30fea",
                    "gambit_id": "4d870264-b2a3-4f12-be00-a9ffd397eda0",
                    "last_updated": "2022-10-11T10:52:30.383810-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Virginia",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bcad424-4339-416d-a16e-2149b63b7827/?format=api"
                },
                {
                    "id": "cfff7d45-dd6c-4fb2-b68d-1edfa12ac556",
                    "gambit_id": "db9585a3-353d-462a-b001-ce5ea21b9430",
                    "last_updated": "2022-10-11T10:52:30.384764-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bcad424-4339-416d-a16e-2149b63b7827/?format=api"
                }
            ]
        },
        {
            "id": "24cd30fb-cbdf-42be-8681-d7571fd09527",
            "match": "https://api-prod.gambitprofit.com/api/matches/36de96fa-76f9-43f5-87d0-7944e79858f7/?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 47.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 47.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "acf8ed32-3be5-4be6-bbf8-f5fd5e01770f",
                    "gambit_id": "718af331-a967-4142-846d-36cef9a1ba8e",
                    "last_updated": "2022-10-11T10:52:30.377507-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cd30fb-cbdf-42be-8681-d7571fd09527/?format=api"
                },
                {
                    "id": "4e5291e5-3844-4674-b57b-53a9f5eabeba",
                    "gambit_id": "9214cfbb-2a87-42e5-a779-67d97ab9ee5d",
                    "last_updated": "2022-10-11T10:52:30.378664-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24cd30fb-cbdf-42be-8681-d7571fd09527/?format=api"
                }
            ]
        }
    ]
}