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/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f2419b4-b6ed-426c-8510-b0eb6d4e62d5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a2db86c4-ac60-4fed-9ce7-31ee4d00ff22",
    "completed": true,
    "last_updated": "2022-11-14T10:28:55.530650-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.07,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a2db86c4-ac60-4fed-9ce7-31ee4d00ff22",
    "datetime": "2022-11-12T12:00:00-05:00",
    "cutoff_datetime": "2022-11-12T12:00:00-05:00",
    "name": "Purdue v. Illinois",
    "bettypes": [
        {
            "id": "87bd9da7-4fe6-43de-87d8-ee0098ea7b33",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?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": "Illinois",
                        "amount": 6593.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 3407.0
                    }
                ],
                "expected_reward_tokens": 9096.69,
                "profit_sb": 96.69,
                "profit_sb_percentage": 1.07,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d03588e0-27ce-4b26-a985-a3795dcc2eb3",
                    "gambit_id": "6d011bce-82cd-4088-8eb6-e1ac7fefe241",
                    "last_updated": "2022-11-14T10:28:55.536846-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.38000",
                    "odds": "1.43480",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87bd9da7-4fe6-43de-87d8-ee0098ea7b33/?format=api"
                },
                {
                    "id": "dfcd88c2-7f5d-401b-b33e-542ba5b109bd",
                    "gambit_id": "0086dfb1-cd69-455b-a972-161239244e88",
                    "last_updated": "2022-11-14T10:28:55.537965-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "2.67000",
                    "odds": "2.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87bd9da7-4fe6-43de-87d8-ee0098ea7b33/?format=api"
                }
            ]
        },
        {
            "id": "d3e14042-495f-46ff-bf51-a95bb6ecbed1",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?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": "Illinois",
                        "amount": 5000.0
                    },
                    {
                        "team": "Purdue",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "8ed60287-00e7-43ba-b75f-c0fe252d40e9",
                    "gambit_id": "952db0a4-683c-4571-a6a6-0b6acd541291",
                    "last_updated": "2022-11-14T10:28:55.540205-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Illinois",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e14042-495f-46ff-bf51-a95bb6ecbed1/?format=api"
                },
                {
                    "id": "73120251-38fd-4d1e-98fa-5adced1f8146",
                    "gambit_id": "69638316-21ff-4cb7-9d1e-b41135c983c5",
                    "last_updated": "2022-11-14T10:28:55.541331-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Purdue",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3e14042-495f-46ff-bf51-a95bb6ecbed1/?format=api"
                }
            ]
        },
        {
            "id": "3f591f49-8a9f-4809-abc5-5db3324e7e57",
            "match": "https://api-prod.gambitprofit.com/api/matches/5f2419b4-b6ed-426c-8510-b0eb6d4e62d5/?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 44",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "88d7adb1-1362-41e2-8529-fa2e0dd89df2",
                    "gambit_id": "420005e4-1fee-433c-817e-e6b97e08fcae",
                    "last_updated": "2022-11-14T10:28:55.534593-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f591f49-8a9f-4809-abc5-5db3324e7e57/?format=api"
                },
                {
                    "id": "85ffbbe6-73ac-4992-a820-dcec5d568880",
                    "gambit_id": "48e5d19b-fe76-4b8f-b0a4-dc990b48c2b0",
                    "last_updated": "2022-11-14T10:28:55.533422-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f591f49-8a9f-4809-abc5-5db3324e7e57/?format=api"
                }
            ]
        }
    ]
}