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/64819708-04cc-4e51-9e9a-3fb265659b47/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64819708-04cc-4e51-9e9a-3fb265659b47",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3bd65a89-a76a-40c5-bb24-a787017d94ee",
    "completed": true,
    "last_updated": "2022-10-14T10:02:04.603900-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.32,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/3bd65a89-a76a-40c5-bb24-a787017d94ee",
    "datetime": "2022-10-13T19:35:00-04:00",
    "cutoff_datetime": "2022-10-13T19:35:00-04:00",
    "name": "Florida Panthers v. New York Islanders",
    "bettypes": [
        {
            "id": "85b10107-33f2-4cee-bbdb-fc525b1ab9d0",
            "match": "https://api-prod.gambitprofit.com/api/matches/64819708-04cc-4e51-9e9a-3fb265659b47/?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": "Florida Panthers",
                        "amount": 5707.0
                    },
                    {
                        "team": "New York Islanders",
                        "amount": 4293.0
                    }
                ],
                "expected_reward_tokens": 9530.46,
                "profit_sb": 30.46,
                "profit_sb_percentage": 0.32,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d9d2c669-0d21-4207-a331-1c2cb11682d3",
                    "gambit_id": "cbe3dd27-ade4-44a9-a9e5-5e26bfc8b2f4",
                    "last_updated": "2022-10-14T10:02:04.613854-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Panthers",
                    "reward": "1.67000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b10107-33f2-4cee-bbdb-fc525b1ab9d0/?format=api"
                },
                {
                    "id": "7afedb35-a53e-4384-b2f3-537551787477",
                    "gambit_id": "605036b2-516b-4c5e-9633-4acaf932880e",
                    "last_updated": "2022-10-14T10:02:04.612879-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Islanders",
                    "reward": "2.22000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85b10107-33f2-4cee-bbdb-fc525b1ab9d0/?format=api"
                }
            ]
        },
        {
            "id": "b11b32a2-d49c-4add-9e3e-6d13d45d2aca",
            "match": "https://api-prod.gambitprofit.com/api/matches/64819708-04cc-4e51-9e9a-3fb265659b47/?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": "New York Islanders",
                        "amount": 6571.0
                    },
                    {
                        "team": "Florida Panthers",
                        "amount": 3429.0
                    }
                ],
                "expected_reward_tokens": 9462.24,
                "profit_sb": -37.76,
                "profit_sb_percentage": -0.4,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0549f7ac-ef81-42b8-b151-4ba905231d79",
                    "gambit_id": "0efe8d19-4036-443b-8d4c-ab418fdc0a07",
                    "last_updated": "2022-10-14T10:02:04.609919-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Islanders",
                    "reward": "1.44000",
                    "odds": "1.45450",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b11b32a2-d49c-4add-9e3e-6d13d45d2aca/?format=api"
                },
                {
                    "id": "2e43caca-0e1b-4d6e-b5d2-eba1a78b296c",
                    "gambit_id": "0ca1fc79-648a-4695-96da-155056260aee",
                    "last_updated": "2022-10-14T10:02:04.610891-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Panthers",
                    "reward": "2.76000",
                    "odds": "2.80000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b11b32a2-d49c-4add-9e3e-6d13d45d2aca/?format=api"
                }
            ]
        },
        {
            "id": "89f0083d-df3f-4706-99d4-7d1f07cd6f45",
            "match": "https://api-prod.gambitprofit.com/api/matches/64819708-04cc-4e51-9e9a-3fb265659b47/?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 Over 6",
                        "amount": 5106.0
                    },
                    {
                        "team": "Game Total Under 6",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9445.42,
                "profit_sb": -54.58,
                "profit_sb_percentage": -0.57,
                "recommended": false
            },
            "lines": [
                {
                    "id": "581a1071-e42b-420f-b1fc-2d5dda3d3f35",
                    "gambit_id": "a90ba856-e887-4e95-aec8-0441ec9f1dc0",
                    "last_updated": "2022-10-14T10:02:04.607967-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6",
                    "reward": "1.85000",
                    "odds": "1.86960",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0083d-df3f-4706-99d4-7d1f07cd6f45/?format=api"
                },
                {
                    "id": "b4d9c487-adc8-4df7-b21b-c132e9eeef56",
                    "gambit_id": "e40bf581-4dad-455d-9333-5f98b5432963",
                    "last_updated": "2022-10-14T10:02:04.606810-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6",
                    "reward": "1.93000",
                    "odds": "1.95240",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89f0083d-df3f-4706-99d4-7d1f07cd6f45/?format=api"
                }
            ]
        }
    ]
}