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/92c9118f-163c-4930-a084-6984bc27055b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92c9118f-163c-4930-a084-6984bc27055b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "68b5cfa3-f98c-4457-8ffb-7a374cd8551a",
    "completed": true,
    "last_updated": "2022-08-24T10:32:13.702296-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.14,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/68b5cfa3-f98c-4457-8ffb-7a374cd8551a",
    "datetime": "2022-08-23T19:05:00-04:00",
    "cutoff_datetime": "2022-08-23T19:05:00-04:00",
    "name": "CIN (N Lodolo) v. PHI (R Suarez)",
    "bettypes": [
        {
            "id": "ba9646ca-244f-4572-a146-70044cfef821",
            "match": "https://api-prod.gambitprofit.com/api/matches/92c9118f-163c-4930-a084-6984bc27055b/?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": "PHI (R Suarez)",
                        "amount": 6402.0
                    },
                    {
                        "team": "CIN (N Lodolo)",
                        "amount": 3598.0
                    }
                ],
                "expected_reward_tokens": 9282.84,
                "profit_sb": 282.84,
                "profit_sb_percentage": 3.14,
                "recommended": true
            },
            "lines": [
                {
                    "id": "47200b54-2547-4495-8ee3-86deca2bc869",
                    "gambit_id": "c71e9a06-7b35-41ae-a608-057c7122dcfe",
                    "last_updated": "2022-08-24T10:32:13.705011-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "PHI (R Suarez)",
                    "reward": "1.45000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba9646ca-244f-4572-a146-70044cfef821/?format=api"
                },
                {
                    "id": "79cee610-3d1f-47df-bd83-1d37bc0aa13f",
                    "gambit_id": "d195fd7e-fa1a-4120-aac1-af9d3bd3eef0",
                    "last_updated": "2022-08-24T10:32:13.705437-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CIN (N Lodolo)",
                    "reward": "2.58000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba9646ca-244f-4572-a146-70044cfef821/?format=api"
                }
            ]
        },
        {
            "id": "500706af-646b-4aba-8a65-6488314717f8",
            "match": "https://api-prod.gambitprofit.com/api/matches/92c9118f-163c-4930-a084-6984bc27055b/?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": "CIN",
                        "amount": 5205.0
                    },
                    {
                        "team": "PHI",
                        "amount": 4795.0
                    }
                ],
                "expected_reward_tokens": 9108.75,
                "profit_sb": 108.75,
                "profit_sb_percentage": 1.21,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5b7ade48-ac90-4a4d-9801-c6572906d2d6",
                    "gambit_id": "1b037311-0813-4980-9633-4a1c9b1a4b05",
                    "last_updated": "2022-08-24T10:32:13.704567-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "CIN",
                    "reward": "1.75000",
                    "odds": "1.83330",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500706af-646b-4aba-8a65-6488314717f8/?format=api"
                },
                {
                    "id": "7429f14b-e6c4-4eb1-b25a-88c13026e571",
                    "gambit_id": "3bac35da-48db-465e-8f74-f7a712d16780",
                    "last_updated": "2022-08-24T10:32:13.704129-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "PHI",
                    "reward": "1.90000",
                    "odds": "2.00000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/500706af-646b-4aba-8a65-6488314717f8/?format=api"
                }
            ]
        }
    ]
}