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/2e304cde-5cf0-4286-a738-63e889311faa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e304cde-5cf0-4286-a738-63e889311faa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3c8371c5-8f77-495c-8a0c-28618b9f475f",
    "completed": true,
    "last_updated": "2022-09-25T21:32:24.357391-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.23,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3c8371c5-8f77-495c-8a0c-28618b9f475f",
    "datetime": "2022-09-24T20:00:00-04:00",
    "cutoff_datetime": "2022-09-24T20:00:00-04:00",
    "name": "Hawaii v. New Mexico State",
    "bettypes": [
        {
            "id": "4ea6d8e7-4729-4f73-9a15-42effb2d3c0c",
            "match": "https://api-prod.gambitprofit.com/api/matches/2e304cde-5cf0-4286-a738-63e889311faa/?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": "New Mexico State",
                        "amount": 6260.0
                    },
                    {
                        "team": "Hawaii",
                        "amount": 3740.0
                    }
                ],
                "expected_reward_tokens": 9200.4,
                "profit_sb": 200.4,
                "profit_sb_percentage": 2.23,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6c328c62-fce9-425c-b89a-df1b8acbe476",
                    "gambit_id": "51b359cf-9094-40c4-ab43-973a4fd76d72",
                    "last_updated": "2022-09-25T21:32:24.363237-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Mexico State",
                    "reward": "1.47000",
                    "odds": "1.52630",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ea6d8e7-4729-4f73-9a15-42effb2d3c0c/?format=api"
                },
                {
                    "id": "9a268da0-3f99-4f6a-92fc-2330439128cf",
                    "gambit_id": "fe5eda06-998b-4f74-9d49-b068d31842f4",
                    "last_updated": "2022-09-25T21:32:24.364245-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Hawaii",
                    "reward": "2.46000",
                    "odds": "2.65000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ea6d8e7-4729-4f73-9a15-42effb2d3c0c/?format=api"
                }
            ]
        },
        {
            "id": "6435026b-b67a-414d-867a-a09053078ac9",
            "match": "https://api-prod.gambitprofit.com/api/matches/2e304cde-5cf0-4286-a738-63e889311faa/?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": "New Mexico State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Hawaii",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1c6ee26b-7766-412a-b62c-0d711cbfcdfd",
                    "gambit_id": "d0e130ad-a27f-469d-92d2-912ddd48a110",
                    "last_updated": "2022-09-25T21:32:24.366271-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New Mexico State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6435026b-b67a-414d-867a-a09053078ac9/?format=api"
                },
                {
                    "id": "6efd7267-6540-4a10-92d5-06a27b064e57",
                    "gambit_id": "5330b0eb-854b-4fe2-aa92-05b9be28d7e6",
                    "last_updated": "2022-09-25T21:32:24.367278-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Hawaii",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "4.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6435026b-b67a-414d-867a-a09053078ac9/?format=api"
                }
            ]
        },
        {
            "id": "88bc2101-6514-4dc0-aee6-369b553f3af7",
            "match": "https://api-prod.gambitprofit.com/api/matches/2e304cde-5cf0-4286-a738-63e889311faa/?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 53",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 53",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e976c577-2fef-407f-81cb-9027e881067b",
                    "gambit_id": "b41b5f5c-7c93-4854-9bf2-305ff64c94e5",
                    "last_updated": "2022-09-25T21:32:24.361190-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 53",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88bc2101-6514-4dc0-aee6-369b553f3af7/?format=api"
                },
                {
                    "id": "bbe122dc-d19f-4848-830a-7d2e554d86d5",
                    "gambit_id": "1f93437b-2a72-4425-b4aa-e2c6c29079b3",
                    "last_updated": "2022-09-25T21:32:24.360132-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 53",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "53.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88bc2101-6514-4dc0-aee6-369b553f3af7/?format=api"
                }
            ]
        }
    ]
}