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/8461fc4a-e32a-478b-88ad-93c13155f115/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8461fc4a-e32a-478b-88ad-93c13155f115",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "faedafc3-9962-4621-9eb1-bc21d75df840",
    "completed": true,
    "last_updated": "2022-10-11T11:17:03.615821-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/faedafc3-9962-4621-9eb1-bc21d75df840",
    "datetime": "2022-10-08T16:00:00-04:00",
    "cutoff_datetime": "2022-10-08T16:00:00-04:00",
    "name": "Duke v. Georgia Tech",
    "bettypes": [
        {
            "id": "073c2549-3551-496a-9f95-a4e71b7c9a9f",
            "match": "https://api-prod.gambitprofit.com/api/matches/8461fc4a-e32a-478b-88ad-93c13155f115/?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": "Duke",
                        "amount": 6104.0
                    },
                    {
                        "team": "Georgia Tech",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "35a20a1a-e574-4fa9-bc36-b2f5697df0e9",
                    "gambit_id": "9a5a1fbd-a746-4b7f-9d0e-323ab0260f42",
                    "last_updated": "2022-10-11T11:17:03.622254-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.57000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073c2549-3551-496a-9f95-a4e71b7c9a9f/?format=api"
                },
                {
                    "id": "bfdb9b7a-6803-4c4f-ae39-65e2d76a474e",
                    "gambit_id": "7515dce5-aa31-4c02-a6e1-ff24ebb933db",
                    "last_updated": "2022-10-11T11:17:03.621244-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia Tech",
                    "reward": "2.46000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/073c2549-3551-496a-9f95-a4e71b7c9a9f/?format=api"
                }
            ]
        },
        {
            "id": "a334cdf7-f211-48ef-8ea6-28d382746aa0",
            "match": "https://api-prod.gambitprofit.com/api/matches/8461fc4a-e32a-478b-88ad-93c13155f115/?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": "Duke",
                        "amount": 5106.0
                    },
                    {
                        "team": "Georgia Tech",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b597ada3-5a28-43fa-88ac-6ed504cdd527",
                    "gambit_id": "6de88a4a-9773-40e5-bcd4-db5b0f805839",
                    "last_updated": "2022-10-11T11:17:03.625169-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a334cdf7-f211-48ef-8ea6-28d382746aa0/?format=api"
                },
                {
                    "id": "51c5c8a7-948c-4d97-8a8d-fc5845ef91c1",
                    "gambit_id": "b1480776-3ac7-401a-8682-d9841c0b72fc",
                    "last_updated": "2022-10-11T11:17:03.624203-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Georgia Tech",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a334cdf7-f211-48ef-8ea6-28d382746aa0/?format=api"
                }
            ]
        },
        {
            "id": "240ad33d-c070-4d53-bf4b-1356f8c3bddc",
            "match": "https://api-prod.gambitprofit.com/api/matches/8461fc4a-e32a-478b-88ad-93c13155f115/?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 54",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 54",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2028021a-1d02-4c16-894f-e7a441d2696a",
                    "gambit_id": "be6003d8-d479-43ff-ab42-e361ee705f3b",
                    "last_updated": "2022-10-11T11:17:03.619303-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 54",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "54.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ad33d-c070-4d53-bf4b-1356f8c3bddc/?format=api"
                },
                {
                    "id": "3dcb1a9e-faa4-435e-8feb-86ca4aed4ca8",
                    "gambit_id": "a774051b-9069-4f3f-b351-fc86dac09da2",
                    "last_updated": "2022-10-11T11:17:03.618314-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 54",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "54.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/240ad33d-c070-4d53-bf4b-1356f8c3bddc/?format=api"
                }
            ]
        }
    ]
}