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/c8a63240-223f-4e67-a341-88b505dacc03/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c8a63240-223f-4e67-a341-88b505dacc03",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "ba5a65d0-f560-4639-bbc4-6159d8f9210b",
    "completed": true,
    "last_updated": "2022-09-25T21:37:27.630140-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.83,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ba5a65d0-f560-4639-bbc4-6159d8f9210b",
    "datetime": "2022-09-24T22:30:00-04:00",
    "cutoff_datetime": "2022-09-24T22:30:00-04:00",
    "name": "Utah v. Arizona State",
    "bettypes": [
        {
            "id": "05f3fe0b-d3d6-4d2c-b75f-07f28930ec7c",
            "match": "https://api-prod.gambitprofit.com/api/matches/c8a63240-223f-4e67-a341-88b505dacc03/?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": "Utah",
                        "amount": 8346.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 1654.0
                    }
                ],
                "expected_reward_tokens": 9345.1,
                "profit_sb": 345.1,
                "profit_sb_percentage": 3.83,
                "recommended": true
            },
            "lines": [
                {
                    "id": "90ae3176-1ec8-442b-b1d5-a54bf00a487d",
                    "gambit_id": "f4ae5813-c68a-4a8a-9572-f86401185400",
                    "last_updated": "2022-09-25T21:37:27.637230-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah",
                    "reward": "1.12000",
                    "odds": "1.13330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05f3fe0b-d3d6-4d2c-b75f-07f28930ec7c/?format=api"
                },
                {
                    "id": "b6056908-be82-44b6-9bce-3c6cd3101a2e",
                    "gambit_id": "0a9a230e-896d-4869-80cc-8dfb62616172",
                    "last_updated": "2022-09-25T21:37:27.636181-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "5.65000",
                    "odds": "6.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05f3fe0b-d3d6-4d2c-b75f-07f28930ec7c/?format=api"
                }
            ]
        },
        {
            "id": "32bef840-919c-4d58-8d10-186834a949ed",
            "match": "https://api-prod.gambitprofit.com/api/matches/c8a63240-223f-4e67-a341-88b505dacc03/?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": "Utah",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arizona State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "da66de7c-bc89-4841-af3c-029f2cd9e938",
                    "gambit_id": "38c975c5-551f-4e83-a579-35963d144218",
                    "last_updated": "2022-09-25T21:37:27.640354-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32bef840-919c-4d58-8d10-186834a949ed/?format=api"
                },
                {
                    "id": "4c1cfaed-32ba-4cfa-afae-062fa8f0f50d",
                    "gambit_id": "61dace47-d909-49d4-bbe9-234b0a48c8c1",
                    "last_updated": "2022-09-25T21:37:27.639207-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32bef840-919c-4d58-8d10-186834a949ed/?format=api"
                }
            ]
        },
        {
            "id": "ccf04fab-a1c4-47da-b314-aefe07d2b310",
            "match": "https://api-prod.gambitprofit.com/api/matches/c8a63240-223f-4e67-a341-88b505dacc03/?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 53.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 53.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "92f89fcd-ba72-4d51-8743-45c39660d49d",
                    "gambit_id": "9bc86da9-e7d5-49cf-8efd-b73364d78a6b",
                    "last_updated": "2022-09-25T21:37:27.633050-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf04fab-a1c4-47da-b314-aefe07d2b310/?format=api"
                },
                {
                    "id": "affe18b2-6b41-41d3-a676-2f7e8645da1f",
                    "gambit_id": "6f208c10-6061-4880-b3f5-409c1b4a82be",
                    "last_updated": "2022-09-25T21:37:27.634185-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccf04fab-a1c4-47da-b314-aefe07d2b310/?format=api"
                }
            ]
        }
    ]
}