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/3e0054a1-241e-42e3-99c6-f8fd04e09518/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e0054a1-241e-42e3-99c6-f8fd04e09518",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "1cc93cb4-2dd2-4012-87d1-fca9669fe646",
    "completed": true,
    "last_updated": "2022-09-25T21:32:25.403823-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.17,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1cc93cb4-2dd2-4012-87d1-fca9669fe646",
    "datetime": "2022-09-24T21:30:00-04:00",
    "cutoff_datetime": "2022-09-24T21:30:00-04:00",
    "name": "USC v. Oregon State",
    "bettypes": [
        {
            "id": "2cb5127a-223e-4be7-8fbf-9203294156a0",
            "match": "https://api-prod.gambitprofit.com/api/matches/3e0054a1-241e-42e3-99c6-f8fd04e09518/?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": "USC",
                        "amount": 6551.0
                    },
                    {
                        "team": "Oregon State",
                        "amount": 3449.0
                    }
                ],
                "expected_reward_tokens": 9105.36,
                "profit_sb": 105.36,
                "profit_sb_percentage": 1.17,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2a8c544b-f3d7-478f-8461-82c0f00daaee",
                    "gambit_id": "7be27214-5570-4480-9434-af4075468868",
                    "last_updated": "2022-09-25T21:32:25.410590-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.39000",
                    "odds": "1.44440",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb5127a-223e-4be7-8fbf-9203294156a0/?format=api"
                },
                {
                    "id": "a215262c-06d3-4875-9893-d9792f0210be",
                    "gambit_id": "0399d246-e6d6-496a-a8b7-12afb8966988",
                    "last_updated": "2022-09-25T21:32:25.409596-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "2.64000",
                    "odds": "2.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cb5127a-223e-4be7-8fbf-9203294156a0/?format=api"
                }
            ]
        },
        {
            "id": "ff13b035-d010-4d85-aaa3-73a4a1cf9cc4",
            "match": "https://api-prod.gambitprofit.com/api/matches/3e0054a1-241e-42e3-99c6-f8fd04e09518/?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": "Oregon State",
                        "amount": 5000.0
                    },
                    {
                        "team": "USC",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b3781918-8b20-4b6b-a7bc-2fbb8ce35a33",
                    "gambit_id": "61a64ea6-f5e4-404f-bfeb-318922220061",
                    "last_updated": "2022-09-25T21:32:25.412543-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff13b035-d010-4d85-aaa3-73a4a1cf9cc4/?format=api"
                },
                {
                    "id": "79a427a2-65d2-445a-ad25-186edb732bb2",
                    "gambit_id": "10a77718-f17e-423a-9a3f-f76a05fb49a7",
                    "last_updated": "2022-09-25T21:32:25.413520-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "USC",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ff13b035-d010-4d85-aaa3-73a4a1cf9cc4/?format=api"
                }
            ]
        },
        {
            "id": "9314ceb8-5d93-45f3-a02a-4611ab9870e3",
            "match": "https://api-prod.gambitprofit.com/api/matches/3e0054a1-241e-42e3-99c6-f8fd04e09518/?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 70",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 70",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "99f61634-be84-4a1e-b898-acbf678b09fc",
                    "gambit_id": "767543eb-df64-41a7-aae2-c84791c2eb85",
                    "last_updated": "2022-09-25T21:32:25.407614-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 70",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "70.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9314ceb8-5d93-45f3-a02a-4611ab9870e3/?format=api"
                },
                {
                    "id": "2403b7aa-141d-49ce-ac0d-baf6ca70af71",
                    "gambit_id": "c1c2099b-8577-4893-8158-2dd817aeee39",
                    "last_updated": "2022-09-25T21:32:25.406534-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 70",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "70.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9314ceb8-5d93-45f3-a02a-4611ab9870e3/?format=api"
                }
            ]
        }
    ]
}