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/29cf1c01-1002-4df9-bb60-a249b6b488a7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29cf1c01-1002-4df9-bb60-a249b6b488a7",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "cee6720f-9db2-4f57-b685-8c545a07d2c1",
    "completed": true,
    "last_updated": "2022-10-31T10:52:24.914538-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/cee6720f-9db2-4f57-b685-8c545a07d2c1",
    "datetime": "2022-10-29T12:00:00-04:00",
    "cutoff_datetime": "2022-10-29T12:00:00-04:00",
    "name": "South Florida v. Houston",
    "bettypes": [
        {
            "id": "f1c303ad-f3ba-4ca3-89ba-42fd2626da0b",
            "match": "https://api-prod.gambitprofit.com/api/matches/29cf1c01-1002-4df9-bb60-a249b6b488a7/?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": "Houston",
                        "amount": 8652.0
                    },
                    {
                        "team": "South Florida",
                        "amount": 1348.0
                    }
                ],
                "expected_reward_tokens": 9516.88,
                "profit_sb": 16.88,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "dff1511f-320c-42be-9d39-98ac6ed38ca7",
                    "gambit_id": "36d4da1c-0525-4575-bec9-294941739c4b",
                    "last_updated": "2022-10-31T10:52:24.920306-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.10000",
                    "odds": "1.10530",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c303ad-f3ba-4ca3-89ba-42fd2626da0b/?format=api"
                },
                {
                    "id": "4f3fe3e8-700c-411b-8f8b-15bd89795285",
                    "gambit_id": "fc1a2366-e6d9-4d2d-87ff-bc34c3918051",
                    "last_updated": "2022-10-31T10:52:24.921244-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Florida",
                    "reward": "7.06000",
                    "odds": "7.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1c303ad-f3ba-4ca3-89ba-42fd2626da0b/?format=api"
                }
            ]
        },
        {
            "id": "c9c076c6-dfb8-4798-ac92-5f7593d4df30",
            "match": "https://api-prod.gambitprofit.com/api/matches/29cf1c01-1002-4df9-bb60-a249b6b488a7/?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": "Houston",
                        "amount": 5000.0
                    },
                    {
                        "team": "South Florida",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "dc0b2a1d-787e-4b07-bd20-68065200dd64",
                    "gambit_id": "c5cc9bb2-2591-4d86-9f57-ef7b290f0d16",
                    "last_updated": "2022-10-31T10:52:24.923098-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Houston",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c076c6-dfb8-4798-ac92-5f7593d4df30/?format=api"
                },
                {
                    "id": "ce445c1f-a1d7-477a-b6ad-5d501bc58846",
                    "gambit_id": "f9377a44-914e-4877-910a-716eca226060",
                    "last_updated": "2022-10-31T10:52:24.924027-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Florida",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9c076c6-dfb8-4798-ac92-5f7593d4df30/?format=api"
                }
            ]
        },
        {
            "id": "ad83719d-ed2e-4544-8ea1-364980e6dd23",
            "match": "https://api-prod.gambitprofit.com/api/matches/29cf1c01-1002-4df9-bb60-a249b6b488a7/?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 59",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 59",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d7b6d06d-bfd7-450e-a1b1-2027096147af",
                    "gambit_id": "277d44f2-d38a-4b26-80ab-9b6519e61ae5",
                    "last_updated": "2022-10-31T10:52:24.918445-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 59",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "59.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad83719d-ed2e-4544-8ea1-364980e6dd23/?format=api"
                },
                {
                    "id": "aa883678-14ce-49a5-a762-e34067910d9d",
                    "gambit_id": "eb41aaf8-83b3-4630-8377-ac8bb9a20ac3",
                    "last_updated": "2022-10-31T10:52:24.917327-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 59",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "59.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad83719d-ed2e-4544-8ea1-364980e6dd23/?format=api"
                }
            ]
        }
    ]
}