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/11f11f46-dc64-4f02-b54f-1f984d75c483/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "11f11f46-dc64-4f02-b54f-1f984d75c483",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "74d3c14b-9395-48ab-ba2a-a67ecb487eb9",
    "completed": true,
    "last_updated": "2022-11-21T15:48:08.382521-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.03,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/74d3c14b-9395-48ab-ba2a-a67ecb487eb9",
    "datetime": "2022-11-20T13:02:00-05:00",
    "cutoff_datetime": "2022-11-20T13:02:00-05:00",
    "name": "Cleveland Browns v. Buffalo Bills",
    "bettypes": [
        {
            "id": "ddf4e505-17ef-4c62-b442-01a69f730206",
            "match": "https://api-prod.gambitprofit.com/api/matches/11f11f46-dc64-4f02-b54f-1f984d75c483/?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": "Buffalo Bills",
                        "amount": 7406.0
                    },
                    {
                        "team": "Cleveland Browns",
                        "amount": 2594.0
                    }
                ],
                "expected_reward_tokens": 9182.76,
                "profit_sb": 182.76,
                "profit_sb_percentage": 2.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2438983c-dfb6-430a-a82c-8cc96367c6f5",
                    "gambit_id": "0b360dd5-dd99-49a1-9a26-1a6f840d43e3",
                    "last_updated": "2022-11-21T15:48:08.391277-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.24000",
                    "odds": "1.27780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddf4e505-17ef-4c62-b442-01a69f730206/?format=api"
                },
                {
                    "id": "6da44d4d-c4f8-46b5-ba40-71f2a52a56a0",
                    "gambit_id": "3eb740f4-75bd-477f-bb0e-d5b54837634f",
                    "last_updated": "2022-11-21T15:48:08.392217-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Browns",
                    "reward": "3.54000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddf4e505-17ef-4c62-b442-01a69f730206/?format=api"
                }
            ]
        },
        {
            "id": "027f40dd-f0d3-4117-923b-f462a36d54b1",
            "match": "https://api-prod.gambitprofit.com/api/matches/11f11f46-dc64-4f02-b54f-1f984d75c483/?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": "Cleveland Browns",
                        "amount": 5000.0
                    },
                    {
                        "team": "Buffalo Bills",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "99618789-6291-4330-865c-dd24103d5799",
                    "gambit_id": "d172de2d-982c-4008-bdb2-137153f15a19",
                    "last_updated": "2022-11-21T15:48:08.389395-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cleveland Browns",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027f40dd-f0d3-4117-923b-f462a36d54b1/?format=api"
                },
                {
                    "id": "6e792b1b-1b9c-41a0-9e62-c0bcbe4af7c8",
                    "gambit_id": "782a0a38-0d38-4dd8-90bf-22beb685860e",
                    "last_updated": "2022-11-21T15:48:08.388430-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/027f40dd-f0d3-4117-923b-f462a36d54b1/?format=api"
                }
            ]
        },
        {
            "id": "08b458ce-834f-4005-8f63-2828eeac3605",
            "match": "https://api-prod.gambitprofit.com/api/matches/11f11f46-dc64-4f02-b54f-1f984d75c483/?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 50",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 50",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "97f46d61-c03e-4b62-bbb5-d05baa6b3d70",
                    "gambit_id": "0fc37886-c756-4158-a290-e04edddb4dd0",
                    "last_updated": "2022-11-21T15:48:08.385401-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08b458ce-834f-4005-8f63-2828eeac3605/?format=api"
                },
                {
                    "id": "ab6e828c-0c97-4667-a963-8359db82fd13",
                    "gambit_id": "53cb14da-9d90-4233-b98b-0e0caa7f9479",
                    "last_updated": "2022-11-21T15:48:08.386541-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08b458ce-834f-4005-8f63-2828eeac3605/?format=api"
                }
            ]
        }
    ]
}