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/8cddc232-40df-4b6f-a034-2623096505f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cddc232-40df-4b6f-a034-2623096505f6",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "355964bf-e6d8-4c3b-97c8-0d41f9db5770",
    "completed": true,
    "last_updated": "2022-10-31T10:56:54.777222-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.06,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/355964bf-e6d8-4c3b-97c8-0d41f9db5770",
    "datetime": "2022-10-29T12:00:00-04:00",
    "cutoff_datetime": "2022-10-29T12:00:00-04:00",
    "name": "Arkansas v. Auburn",
    "bettypes": [
        {
            "id": "69f88ad0-6d5d-4898-9af3-4fad3af079ff",
            "match": "https://api-prod.gambitprofit.com/api/matches/8cddc232-40df-4b6f-a034-2623096505f6/?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": "Arkansas",
                        "amount": 6235.0
                    },
                    {
                        "team": "Auburn",
                        "amount": 3765.0
                    }
                ],
                "expected_reward_tokens": 9600.75,
                "profit_sb": 100.75,
                "profit_sb_percentage": 1.06,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9273dfa0-3b89-4be9-a1fc-997e456088a0",
                    "gambit_id": "4941d4e4-5108-4c85-875e-27edc35f3314",
                    "last_updated": "2022-10-31T10:56:54.784371-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.54000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f88ad0-6d5d-4898-9af3-4fad3af079ff/?format=api"
                },
                {
                    "id": "2a03240c-821e-4a6c-97f1-2b66d4f99c80",
                    "gambit_id": "42552057-3ad6-491e-8d2d-977c3e31ddaa",
                    "last_updated": "2022-10-31T10:56:54.783271-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "2.55000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69f88ad0-6d5d-4898-9af3-4fad3af079ff/?format=api"
                }
            ]
        },
        {
            "id": "0f502b3b-a684-484d-b049-71b7eb43be4c",
            "match": "https://api-prod.gambitprofit.com/api/matches/8cddc232-40df-4b6f-a034-2623096505f6/?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": "Arkansas",
                        "amount": 5000.0
                    },
                    {
                        "team": "Auburn",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1cf66ccb-f51d-4a43-aede-968afb5dc31a",
                    "gambit_id": "eebb48aa-8291-49d9-9084-58b545deab2c",
                    "last_updated": "2022-10-31T10:56:54.787672-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f502b3b-a684-484d-b049-71b7eb43be4c/?format=api"
                },
                {
                    "id": "a6c1a69e-d56c-410e-9986-c4a660945a40",
                    "gambit_id": "77e68654-bec3-4572-930d-5b8016a46f54",
                    "last_updated": "2022-10-31T10:56:54.786571-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f502b3b-a684-484d-b049-71b7eb43be4c/?format=api"
                }
            ]
        },
        {
            "id": "adf67575-7623-487b-9356-2c780fc859c2",
            "match": "https://api-prod.gambitprofit.com/api/matches/8cddc232-40df-4b6f-a034-2623096505f6/?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 60",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 60",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d713d87f-0cdb-40dc-9f1e-f5c9f6126ebf",
                    "gambit_id": "0826806c-dddb-4e23-9d3c-27dc89526a32",
                    "last_updated": "2022-10-31T10:56:54.779938-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adf67575-7623-487b-9356-2c780fc859c2/?format=api"
                },
                {
                    "id": "d8b93030-2782-41ce-94b3-7a32928a4528",
                    "gambit_id": "c7718c52-1362-4b6e-bab0-ce523c85a511",
                    "last_updated": "2022-10-31T10:56:54.781073-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adf67575-7623-487b-9356-2c780fc859c2/?format=api"
                }
            ]
        }
    ]
}