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/bcd4e189-281d-4cbf-979b-64ee4fa8ea51/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bcd4e189-281d-4cbf-979b-64ee4fa8ea51",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "3c5cc1c7-c1b7-4193-8457-acbf40b793a3",
    "completed": true,
    "last_updated": "2023-05-29T11:47:18.333780-04:00",
    "created_at": "2023-05-27T10:47:01.425336-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.95,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/3c5cc1c7-c1b7-4193-8457-acbf40b793a3",
    "datetime": "2023-05-27T16:10:00-04:00",
    "cutoff_datetime": "2023-05-27T16:10:00-04:00",
    "name": "SFO (L Webb) v. MIL (C Burnes)",
    "bettypes": [
        {
            "id": "58854972-556b-4a2e-ab7f-eb42307d8ba7",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcd4e189-281d-4cbf-979b-64ee4fa8ea51/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-27T10:47:01.431388-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": "MIL (C Burnes)",
                        "amount": 5156.0
                    },
                    {
                        "team": "SFO (L Webb)",
                        "amount": 4844.0
                    }
                ],
                "expected_reward_tokens": 9590.16,
                "profit_sb": 90.16,
                "profit_sb_percentage": 0.95,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5ee48cf7-f301-45e2-afa8-3aeda5b5fdb8",
                    "gambit_id": "0fd3bd90-54c4-4cc6-9fd1-f3245f9e62d5",
                    "last_updated": "2023-05-29T11:47:18.340366-04:00",
                    "created_at": "2023-05-27T10:47:01.440002-04:00",
                    "name": "MIL (C Burnes)",
                    "reward": "1.86000",
                    "odds": "1.89290",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58854972-556b-4a2e-ab7f-eb42307d8ba7/?format=api"
                },
                {
                    "id": "7ed240da-4680-4393-b26d-cd619a515f14",
                    "gambit_id": "954a3bf4-97d9-49b1-a982-033506b25940",
                    "last_updated": "2023-05-29T11:47:18.338400-04:00",
                    "created_at": "2023-05-27T10:47:01.437288-04:00",
                    "name": "SFO (L Webb)",
                    "reward": "1.98000",
                    "odds": "2.02000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58854972-556b-4a2e-ab7f-eb42307d8ba7/?format=api"
                }
            ]
        },
        {
            "id": "d4f6c85c-da71-4486-9e3f-650959ba5c82",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcd4e189-281d-4cbf-979b-64ee4fa8ea51/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-27T10:47:01.443298-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": "SFO",
                        "amount": 6547.0
                    },
                    {
                        "team": "MIL",
                        "amount": 3453.0
                    }
                ],
                "expected_reward_tokens": 9426.69,
                "profit_sb": -73.31,
                "profit_sb_percentage": -0.77,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5279252a-6d82-4620-89a8-c6a4d0773c03",
                    "gambit_id": "37fe42ca-5a5e-4c92-9b2c-cc723dc3944a",
                    "last_updated": "2023-05-29T11:47:18.344564-04:00",
                    "created_at": "2023-05-27T10:47:01.445916-04:00",
                    "name": "SFO",
                    "reward": "1.44000",
                    "odds": "1.45450",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f6c85c-da71-4486-9e3f-650959ba5c82/?format=api"
                },
                {
                    "id": "944fbeb7-0c6f-48c4-ad76-fbfeef86d310",
                    "gambit_id": "1b813a1d-593b-4826-b5c6-c0f6cc2fb077",
                    "last_updated": "2023-05-29T11:47:18.346584-04:00",
                    "created_at": "2023-05-27T10:47:01.449815-04:00",
                    "name": "MIL",
                    "reward": "2.73000",
                    "odds": "2.80000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4f6c85c-da71-4486-9e3f-650959ba5c82/?format=api"
                }
            ]
        },
        {
            "id": "f916f346-b38d-4f0c-a841-f8505b0c3d9b",
            "match": "https://api-prod.gambitprofit.com/api/matches/bcd4e189-281d-4cbf-979b-64ee4fa8ea51/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-27T10:47:01.455188-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 7.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 7.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "5607e130-38d3-4827-979f-95f318006e14",
                    "gambit_id": "f87a11cb-7190-4388-b304-f9f508c50a68",
                    "last_updated": "2023-05-29T11:47:18.351911-04:00",
                    "created_at": "2023-05-27T10:47:01.464943-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f916f346-b38d-4f0c-a841-f8505b0c3d9b/?format=api"
                },
                {
                    "id": "c84d71c3-890f-440a-beb1-e3d44808e7d5",
                    "gambit_id": "a6dd60f0-c956-429b-ba21-103bd79e6fc2",
                    "last_updated": "2023-05-29T11:47:18.350163-04:00",
                    "created_at": "2023-05-27T10:47:01.462748-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f916f346-b38d-4f0c-a841-f8505b0c3d9b/?format=api"
                }
            ]
        }
    ]
}