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/9eab002f-021f-4a13-bd3d-3037d7e39f79/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9eab002f-021f-4a13-bd3d-3037d7e39f79",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a802f26c-8aab-488a-8dee-63306fcf599f",
    "completed": true,
    "last_updated": "2023-07-17T09:03:01.796632-04:00",
    "created_at": "2023-07-14T14:53:13.920224-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.44,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a802f26c-8aab-488a-8dee-63306fcf599f",
    "datetime": "2023-07-14T21:40:00-04:00",
    "cutoff_datetime": "2023-07-14T21:40:00-04:00",
    "name": "Minnesota Twins v. Oakland Athletics",
    "bettypes": [
        {
            "id": "931dfb85-36ac-4735-86af-c1a4f58dbdfc",
            "match": "https://api-prod.gambitprofit.com/api/matches/9eab002f-021f-4a13-bd3d-3037d7e39f79/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-07-14T14:53:13.922503-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": "Minnesota Twins",
                        "amount": 6492.0
                    },
                    {
                        "team": "Oakland Athletics",
                        "amount": 3508.0
                    }
                ],
                "expected_reward_tokens": 9541.76,
                "profit_sb": 41.76,
                "profit_sb_percentage": 0.44,
                "recommended": true
            },
            "lines": [
                {
                    "id": "347fc204-258a-468e-b49c-2e5073704840",
                    "gambit_id": "a913880c-f9e1-42e3-a1c9-38dec3e641bc",
                    "last_updated": "2023-07-17T09:03:01.799660-04:00",
                    "created_at": "2023-07-14T14:53:13.924176-04:00",
                    "name": "Minnesota Twins",
                    "reward": "1.47000",
                    "odds": "1.48780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/931dfb85-36ac-4735-86af-c1a4f58dbdfc/?format=api"
                },
                {
                    "id": "de8901c9-2ae5-42bc-b313-3a2ffe854bc8",
                    "gambit_id": "67332944-4be1-4fc8-b992-8072d452f4c6",
                    "last_updated": "2023-07-17T09:03:01.800904-04:00",
                    "created_at": "2023-07-14T14:53:13.925897-04:00",
                    "name": "Oakland Athletics",
                    "reward": "2.72000",
                    "odds": "2.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/931dfb85-36ac-4735-86af-c1a4f58dbdfc/?format=api"
                }
            ]
        },
        {
            "id": "7d553232-d20b-43bb-a38d-6f485db88982",
            "match": "https://api-prod.gambitprofit.com/api/matches/9eab002f-021f-4a13-bd3d-3037d7e39f79/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-07-14T14:53:13.927429-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": "Minnesota Twins",
                        "amount": 5319.0
                    },
                    {
                        "team": "Oakland Athletics",
                        "amount": 4681.0
                    }
                ],
                "expected_reward_tokens": 9361.44,
                "profit_sb": -138.56,
                "profit_sb_percentage": -1.46,
                "recommended": false
            },
            "lines": [
                {
                    "id": "e4b90e01-7e9e-4ef0-892a-dac116d46545",
                    "gambit_id": "e1b74232-78f1-445d-9e1c-a0bbcc6d8eff",
                    "last_updated": "2023-07-17T09:03:01.803401-04:00",
                    "created_at": "2023-07-14T14:53:13.928787-04:00",
                    "name": "Minnesota Twins",
                    "reward": "1.76000",
                    "odds": "1.80000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d553232-d20b-43bb-a38d-6f485db88982/?format=api"
                },
                {
                    "id": "052ca7a8-7afc-422e-a9b4-350b6251343c",
                    "gambit_id": "f090050a-bde5-4a20-97a2-32433a9ddcb4",
                    "last_updated": "2023-07-17T09:03:01.804623-04:00",
                    "created_at": "2023-07-14T14:53:13.930267-04:00",
                    "name": "Oakland Athletics",
                    "reward": "2.00000",
                    "odds": "2.05000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7d553232-d20b-43bb-a38d-6f485db88982/?format=api"
                }
            ]
        },
        {
            "id": "0984ba2b-ea06-457d-a457-2fefe9b10d64",
            "match": "https://api-prod.gambitprofit.com/api/matches/9eab002f-021f-4a13-bd3d-3037d7e39f79/?format=api",
            "name": "Over/Under",
            "created_at": "2023-07-14T14:53:13.931767-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 8.5",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 8.5",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ad74db8f-45b6-40ff-8c33-a0d3176e0184",
                    "gambit_id": "6fa33d49-9298-4daa-b724-26ec36129b4b",
                    "last_updated": "2023-07-17T09:03:01.808488-04:00",
                    "created_at": "2023-07-14T14:53:13.934749-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0984ba2b-ea06-457d-a457-2fefe9b10d64/?format=api"
                },
                {
                    "id": "4cd8b8a9-28a4-442f-aa5e-929ba9113a85",
                    "gambit_id": "dddae448-412e-47ed-8356-c5f2f7b66934",
                    "last_updated": "2023-07-17T09:03:01.807220-04:00",
                    "created_at": "2023-07-14T14:53:13.933332-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0984ba2b-ea06-457d-a457-2fefe9b10d64/?format=api"
                }
            ]
        }
    ]
}