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/5a8be456-6ed3-4500-8766-580969b6bcc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a8be456-6ed3-4500-8766-580969b6bcc5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "bcd0772c-c985-4b0c-ac7d-42121b1da32c",
    "completed": true,
    "last_updated": "2022-10-17T09:42:12.329594-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.31,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/bcd0772c-c985-4b0c-ac7d-42121b1da32c",
    "datetime": "2022-10-15T16:00:00-04:00",
    "cutoff_datetime": "2022-10-15T16:00:00-04:00",
    "name": "James Madison v. Georgia Southern",
    "bettypes": [
        {
            "id": "5bd40013-a955-4286-a955-391c9e4ab476",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a8be456-6ed3-4500-8766-580969b6bcc5/?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": "James Madison",
                        "amount": 7959.0
                    },
                    {
                        "team": "Georgia Southern",
                        "amount": 2041.0
                    }
                ],
                "expected_reward_tokens": 9470.24,
                "profit_sb": -29.76,
                "profit_sb_percentage": -0.31,
                "recommended": false
            },
            "lines": [
                {
                    "id": "17a7439f-6ee6-4db0-9bcb-bcfa43ce3daf",
                    "gambit_id": "28eb1581-91c1-45e7-8665-6f2d35219949",
                    "last_updated": "2022-10-17T09:42:12.335813-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "James Madison",
                    "reward": "1.19000",
                    "odds": "1.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd40013-a955-4286-a955-391c9e4ab476/?format=api"
                },
                {
                    "id": "b902ba13-f7cc-4e30-808a-b779f782d5a9",
                    "gambit_id": "df05c05e-843e-46d3-bc26-0f3a29084233",
                    "last_updated": "2022-10-17T09:42:12.334836-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia Southern",
                    "reward": "4.64000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bd40013-a955-4286-a955-391c9e4ab476/?format=api"
                }
            ]
        },
        {
            "id": "a7e909bd-2cb9-4682-b1a2-529d5790f7b3",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a8be456-6ed3-4500-8766-580969b6bcc5/?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": "Georgia Southern",
                        "amount": 5000.0
                    },
                    {
                        "team": "James Madison",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "57ebb7b7-abdb-49aa-9481-ede8841f95a8",
                    "gambit_id": "9bf37a44-833c-4e9e-848b-a6e979aaf88c",
                    "last_updated": "2022-10-17T09:42:12.337761-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia Southern",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "13.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e909bd-2cb9-4682-b1a2-529d5790f7b3/?format=api"
                },
                {
                    "id": "e487e3ad-4da1-4d95-9692-5e0044a9e76f",
                    "gambit_id": "d41ab111-74fd-4769-9a31-2f8cd3df2003",
                    "last_updated": "2022-10-17T09:42:12.338711-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "James Madison",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-13.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7e909bd-2cb9-4682-b1a2-529d5790f7b3/?format=api"
                }
            ]
        },
        {
            "id": "65bb4c4b-eb15-49aa-8ffa-28e4dd8d34f7",
            "match": "https://api-prod.gambitprofit.com/api/matches/5a8be456-6ed3-4500-8766-580969b6bcc5/?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 67.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 67.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1e68914d-0a15-4fdf-865a-1f790da5cdc6",
                    "gambit_id": "d3bf1a0e-d1a0-4a4e-bc73-d6a31f1f1654",
                    "last_updated": "2022-10-17T09:42:12.331920-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/65bb4c4b-eb15-49aa-8ffa-28e4dd8d34f7/?format=api"
                },
                {
                    "id": "2ae106f2-8b21-41f8-9024-eb41d5446315",
                    "gambit_id": "3ed34d20-7f7b-4627-9a64-adf9979f689d",
                    "last_updated": "2022-10-17T09:42:12.332872-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/65bb4c4b-eb15-49aa-8ffa-28e4dd8d34f7/?format=api"
                }
            ]
        }
    ]
}