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/17aaaf31-5c9a-410c-b3af-10a24cdd8fcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "17aaaf31-5c9a-410c-b3af-10a24cdd8fcf",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "835789bf-d789-44d8-a91a-1e671964cbc8",
    "completed": true,
    "last_updated": "2022-10-11T11:17:03.771445-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/835789bf-d789-44d8-a91a-1e671964cbc8",
    "datetime": "2022-10-08T16:00:00-04:00",
    "cutoff_datetime": "2022-10-08T16:00:00-04:00",
    "name": "North Carolina v. Miami Florida",
    "bettypes": [
        {
            "id": "94f092e1-63be-46f8-a867-9636044ecb09",
            "match": "https://api-prod.gambitprofit.com/api/matches/17aaaf31-5c9a-410c-b3af-10a24cdd8fcf/?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": "Miami Florida",
                        "amount": 6104.0
                    },
                    {
                        "team": "North Carolina",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "edf31f37-7e21-428a-bb3e-c68866551bd1",
                    "gambit_id": "687dcab4-16ad-4bda-bdcd-4a846c8c21f5",
                    "last_updated": "2022-10-11T11:17:03.777112-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Florida",
                    "reward": "1.57000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f092e1-63be-46f8-a867-9636044ecb09/?format=api"
                },
                {
                    "id": "629266b2-c37f-4443-9ea3-4fd265112e80",
                    "gambit_id": "ac1f7249-f779-4c41-9685-e9f3af01ef8a",
                    "last_updated": "2022-10-11T11:17:03.778148-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Carolina",
                    "reward": "2.46000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/94f092e1-63be-46f8-a867-9636044ecb09/?format=api"
                }
            ]
        },
        {
            "id": "85c6d853-fbe9-4884-801b-e0d5595a329d",
            "match": "https://api-prod.gambitprofit.com/api/matches/17aaaf31-5c9a-410c-b3af-10a24cdd8fcf/?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": "North Carolina",
                        "amount": 5000.0
                    },
                    {
                        "team": "Miami Florida",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "37abcd68-53c0-4f81-9a50-b63af2d86054",
                    "gambit_id": "bbefbcf0-9374-4910-95c8-69b10d620bb5",
                    "last_updated": "2022-10-11T11:17:03.781206-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Carolina",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85c6d853-fbe9-4884-801b-e0d5595a329d/?format=api"
                },
                {
                    "id": "ef121af9-489f-4407-8d86-1b53cb0f263e",
                    "gambit_id": "8605a8e0-6e09-4ed3-b134-068eec51df9a",
                    "last_updated": "2022-10-11T11:17:03.780176-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Miami Florida",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85c6d853-fbe9-4884-801b-e0d5595a329d/?format=api"
                }
            ]
        },
        {
            "id": "cb37b267-1363-4d85-b39e-56e6fdeb3a74",
            "match": "https://api-prod.gambitprofit.com/api/matches/17aaaf31-5c9a-410c-b3af-10a24cdd8fcf/?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 67.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 67.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1abbd803-acc1-4b50-a06e-e2d97eae7b2a",
                    "gambit_id": "25c2f85e-2f61-4a54-8012-28524cdc561a",
                    "last_updated": "2022-10-11T11:17:03.775065-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 67.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "67.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb37b267-1363-4d85-b39e-56e6fdeb3a74/?format=api"
                },
                {
                    "id": "6611255d-3762-45dd-bdc0-1c3d98daf841",
                    "gambit_id": "fb5096f6-657c-4dbd-960c-50889e31fe9b",
                    "last_updated": "2022-10-11T11:17:03.774022-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 67.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "67.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb37b267-1363-4d85-b39e-56e6fdeb3a74/?format=api"
                }
            ]
        }
    ]
}