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/2b57f3d5-f901-4b26-bd28-d4df4aa924f5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b57f3d5-f901-4b26-bd28-d4df4aa924f5",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "65b87e02-6ce8-4fda-a7a2-aeca900f630c",
    "completed": true,
    "last_updated": "2022-10-31T11:02:12.814565-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/65b87e02-6ce8-4fda-a7a2-aeca900f630c",
    "datetime": "2022-10-29T20:10:00-04:00",
    "cutoff_datetime": "2022-10-29T20:10:00-04:00",
    "name": "Atlanta Hawks v. Milwaukee Bucks",
    "bettypes": [
        {
            "id": "55724a58-3747-4df7-bf81-600162115e38",
            "match": "https://api-prod.gambitprofit.com/api/matches/2b57f3d5-f901-4b26-bd28-d4df4aa924f5/?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": "Milwaukee Bucks",
                        "amount": 6475.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 3525.0
                    }
                ],
                "expected_reward_tokens": 9517.5,
                "profit_sb": 17.5,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6e72c511-2b7c-43fc-99c4-317cd64baefe",
                    "gambit_id": "9450c26e-172d-4f8a-ba68-58af77034e28",
                    "last_updated": "2022-10-31T11:02:12.820611-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55724a58-3747-4df7-bf81-600162115e38/?format=api"
                },
                {
                    "id": "94453f3b-bcdf-4578-b1f9-a83e0a5f8a19",
                    "gambit_id": "a7a1e3fd-a3ed-4daa-8ff1-4bb4342cc0d9",
                    "last_updated": "2022-10-31T11:02:12.821541-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "2.70000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55724a58-3747-4df7-bf81-600162115e38/?format=api"
                }
            ]
        },
        {
            "id": "d2d740ec-bdfd-43da-9657-f39884a4fe44",
            "match": "https://api-prod.gambitprofit.com/api/matches/2b57f3d5-f901-4b26-bd28-d4df4aa924f5/?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": "Milwaukee Bucks",
                        "amount": 5000.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4a2b253e-44d4-43c2-8baf-e368bdc61663",
                    "gambit_id": "73c43daf-5221-413c-ba1c-67c4623923a6",
                    "last_updated": "2022-10-31T11:02:12.823319-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Milwaukee Bucks",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d740ec-bdfd-43da-9657-f39884a4fe44/?format=api"
                },
                {
                    "id": "15d09864-39aa-4fd5-88c2-19da7ea58dcd",
                    "gambit_id": "509c36e0-84e0-462a-a050-1f16929b5c88",
                    "last_updated": "2022-10-31T11:02:12.824205-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "5.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d2d740ec-bdfd-43da-9657-f39884a4fe44/?format=api"
                }
            ]
        },
        {
            "id": "db08b779-0313-4c46-9b45-3016c7cf2538",
            "match": "https://api-prod.gambitprofit.com/api/matches/2b57f3d5-f901-4b26-bd28-d4df4aa924f5/?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 229",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 229",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "48b3e929-77b1-4b1c-89cf-8f31bae028d5",
                    "gambit_id": "0f0919fc-c85b-4a9d-8bb2-4bbbe75ee0d9",
                    "last_updated": "2022-10-31T11:02:12.817347-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 229",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "229.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db08b779-0313-4c46-9b45-3016c7cf2538/?format=api"
                },
                {
                    "id": "a8a4f122-d8bb-4610-88ea-d2ffa80188c7",
                    "gambit_id": "d2e932d9-b9db-4b0a-81df-f418e0fcb0d0",
                    "last_updated": "2022-10-31T11:02:12.818461-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 229",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "229.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db08b779-0313-4c46-9b45-3016c7cf2538/?format=api"
                }
            ]
        }
    ]
}