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/5de1fdc6-7b6d-466c-b434-a7ce1615ddaa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5de1fdc6-7b6d-466c-b434-a7ce1615ddaa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "08dd284d-fc37-493b-80c6-0d080c28f9e8",
    "completed": true,
    "last_updated": "2022-09-26T10:21:56.738563-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.28,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/08dd284d-fc37-493b-80c6-0d080c28f9e8",
    "datetime": "2022-09-25T13:00:00-04:00",
    "cutoff_datetime": "2022-09-25T13:00:00-04:00",
    "name": "Detroit Lions v. Minnesota Vikings",
    "bettypes": [
        {
            "id": "bcc06aa8-500c-4f2c-99b7-51e191ef6a88",
            "match": "https://api-prod.gambitprofit.com/api/matches/5de1fdc6-7b6d-466c-b434-a7ce1615ddaa/?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": "Minnesota Vikings",
                        "amount": 6921.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 3079.0
                    }
                ],
                "expected_reward_tokens": 9204.93,
                "profit_sb": 204.93,
                "profit_sb_percentage": 2.28,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f4475249-da51-44e2-b95a-c204b760c633",
                    "gambit_id": "e2a94313-d212-417e-880b-d0f91ef40765",
                    "last_updated": "2022-09-26T10:21:56.745353-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.33000",
                    "odds": "1.37740",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc06aa8-500c-4f2c-99b7-51e191ef6a88/?format=api"
                },
                {
                    "id": "53876940-41bf-4b56-9d15-51b4806082c6",
                    "gambit_id": "1ea1865c-122e-46e7-b437-2eb90fc15116",
                    "last_updated": "2022-09-26T10:21:56.746590-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "2.99000",
                    "odds": "3.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bcc06aa8-500c-4f2c-99b7-51e191ef6a88/?format=api"
                }
            ]
        },
        {
            "id": "0b2215fd-f97a-49d9-95cf-fa19e3fc7112",
            "match": "https://api-prod.gambitprofit.com/api/matches/5de1fdc6-7b6d-466c-b434-a7ce1615ddaa/?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": "Minnesota Vikings",
                        "amount": 5000.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "fdcf60e7-8382-40f7-baa9-2ae50e680a17",
                    "gambit_id": "906f91c2-3b0e-485e-bddb-2fbab1a14aaa",
                    "last_updated": "2022-09-26T10:21:56.750003-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Minnesota Vikings",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b2215fd-f97a-49d9-95cf-fa19e3fc7112/?format=api"
                },
                {
                    "id": "71f898dd-388a-41de-ae7a-0ca6d42cebd4",
                    "gambit_id": "1034cfbc-fbaf-4272-91b5-6f7ee81e304a",
                    "last_updated": "2022-09-26T10:21:56.748875-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b2215fd-f97a-49d9-95cf-fa19e3fc7112/?format=api"
                }
            ]
        },
        {
            "id": "acedc4b3-e2d3-4bbb-b960-ad415632187b",
            "match": "https://api-prod.gambitprofit.com/api/matches/5de1fdc6-7b6d-466c-b434-a7ce1615ddaa/?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 51.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 51.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7140fa63-e194-4b91-a3eb-b12383d93836",
                    "gambit_id": "5abb308b-d9f3-4d91-944e-9286dd12178c",
                    "last_updated": "2022-09-26T10:21:56.742853-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 51.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "51.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acedc4b3-e2d3-4bbb-b960-ad415632187b/?format=api"
                },
                {
                    "id": "9c01d45d-ec85-4c8d-ab33-7cac1ceccc73",
                    "gambit_id": "51b846ce-b40f-405c-b947-57831f826ce1",
                    "last_updated": "2022-09-26T10:21:56.741497-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 51.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "51.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acedc4b3-e2d3-4bbb-b960-ad415632187b/?format=api"
                }
            ]
        }
    ]
}