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/e95d4e76-c862-4278-b3af-6e0ca7c1a144/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e95d4e76-c862-4278-b3af-6e0ca7c1a144",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3c319fce-0af1-4d5f-a6ae-f8fd553d4a08",
    "completed": true,
    "last_updated": "2023-03-28T11:06:55.926533-04:00",
    "created_at": "2023-03-27T09:07:22.783137-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.08,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/3c319fce-0af1-4d5f-a6ae-f8fd553d4a08",
    "datetime": "2023-03-27T21:40:00-04:00",
    "cutoff_datetime": "2023-03-27T21:40:00-04:00",
    "name": "Philadelphia 76ers v. Denver Nuggets",
    "bettypes": [
        {
            "id": "93dd989f-3f88-45ac-8a87-bba9109de1fa",
            "match": "https://api-prod.gambitprofit.com/api/matches/e95d4e76-c862-4278-b3af-6e0ca7c1a144/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-03-27T09:17:05.540420-04: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": "Denver Nuggets",
                        "amount": 7203.0
                    },
                    {
                        "team": "Philadelphia 76ers",
                        "amount": 2797.0
                    }
                ],
                "expected_reward_tokens": 9507.96,
                "profit_sb": 7.96,
                "profit_sb_percentage": 0.08,
                "recommended": true
            },
            "lines": [
                {
                    "id": "da3cee18-826b-4bf9-a41c-77765b2a01d1",
                    "gambit_id": "8ce73c16-68f3-42e0-a9d0-60181ce42e13",
                    "last_updated": "2023-03-28T11:06:55.941766-04:00",
                    "created_at": "2023-03-27T09:17:05.541972-04:00",
                    "name": "Denver Nuggets",
                    "reward": "1.32000",
                    "odds": "1.33330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93dd989f-3f88-45ac-8a87-bba9109de1fa/?format=api"
                },
                {
                    "id": "16837b1d-e2f8-4d70-bba5-b8b26e62524e",
                    "gambit_id": "38377893-2e9f-44c4-8c92-6aef97bb6f91",
                    "last_updated": "2023-03-28T11:06:55.944846-04:00",
                    "created_at": "2023-03-27T09:17:05.543558-04:00",
                    "name": "Philadelphia 76ers",
                    "reward": "3.40000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93dd989f-3f88-45ac-8a87-bba9109de1fa/?format=api"
                }
            ]
        },
        {
            "id": "1bfcd689-95e3-4f76-ae6c-46a89fe09087",
            "match": "https://api-prod.gambitprofit.com/api/matches/e95d4e76-c862-4278-b3af-6e0ca7c1a144/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-03-27T09:07:22.785355-04: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": "Philadelphia 76ers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Denver Nuggets",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f8c99014-b639-41b3-8d80-6b0c73b2dafb",
                    "gambit_id": "edbef91b-9ec2-4db5-842c-ecf401bf9376",
                    "last_updated": "2023-03-28T11:06:55.953565-04:00",
                    "created_at": "2023-03-27T09:07:22.788671-04:00",
                    "name": "Philadelphia 76ers",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfcd689-95e3-4f76-ae6c-46a89fe09087/?format=api"
                },
                {
                    "id": "53f472ee-f56a-4ffc-ab96-61f41e45e887",
                    "gambit_id": "17029b00-e1b7-47c5-8783-22cd81dc09b4",
                    "last_updated": "2023-03-28T11:06:55.950796-04:00",
                    "created_at": "2023-03-27T09:07:22.786898-04:00",
                    "name": "Denver Nuggets",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bfcd689-95e3-4f76-ae6c-46a89fe09087/?format=api"
                }
            ]
        },
        {
            "id": "5f35a083-562e-49bd-9365-d36c882ba558",
            "match": "https://api-prod.gambitprofit.com/api/matches/e95d4e76-c862-4278-b3af-6e0ca7c1a144/?format=api",
            "name": "Over/Under",
            "created_at": "2023-03-27T09:17:05.535752-04: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 229",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 229",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b98f6189-f5cb-4fdc-9bae-93962c00c9d0",
                    "gambit_id": "1363a1e8-bc8a-46b9-b350-dcb5fbf763e9",
                    "last_updated": "2023-03-28T11:06:55.933207-04:00",
                    "created_at": "2023-03-27T09:17:05.537325-04:00",
                    "name": "Game Total Under 229",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "229.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f35a083-562e-49bd-9365-d36c882ba558/?format=api"
                },
                {
                    "id": "6082f687-100c-45f5-9556-feb7733691df",
                    "gambit_id": "6e90d92a-f9c6-47be-9646-a0cc7f7cfe0d",
                    "last_updated": "2023-03-28T11:06:55.935907-04:00",
                    "created_at": "2023-03-27T09:17:05.538915-04:00",
                    "name": "Game Total Over 229",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "229.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f35a083-562e-49bd-9365-d36c882ba558/?format=api"
                }
            ]
        }
    ]
}