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/3a52b81e-e90e-4fbe-8b9a-466f07b3253c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3a52b81e-e90e-4fbe-8b9a-466f07b3253c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "20bdaf55-be6c-41ac-b7fc-05e01543839e",
    "completed": true,
    "last_updated": "2022-11-21T11:43:34.201719-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.81,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/20bdaf55-be6c-41ac-b7fc-05e01543839e",
    "datetime": "2022-11-19T15:30:00-05:00",
    "cutoff_datetime": "2022-11-19T15:30:00-05:00",
    "name": "Penn State v. Rutgers",
    "bettypes": [
        {
            "id": "58ce21a4-cf25-4bd2-87f7-280f61878bd0",
            "match": "https://api-prod.gambitprofit.com/api/matches/3a52b81e-e90e-4fbe-8b9a-466f07b3253c/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Penn State",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10700.0,
                "profit_sb": 1700.0,
                "profit_sb_percentage": 18.89,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Penn State",
                        "amount": 8734.0
                    },
                    {
                        "team": "Rutgers",
                        "amount": 1266.0
                    }
                ],
                "expected_reward_tokens": 9343.08,
                "profit_sb": 343.08,
                "profit_sb_percentage": 3.81,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a3bc2ddd-13fe-4c04-b141-b557f4be103a",
                    "gambit_id": "592fbc39-71d3-4ef4-9178-aa332459624f",
                    "last_updated": "2022-11-21T11:43:34.205661-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.07000",
                    "odds": "1.07690",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ce21a4-cf25-4bd2-87f7-280f61878bd0/?format=api"
                },
                {
                    "id": "099d9df4-7ea9-476a-a6fb-dcab73fa50e4",
                    "gambit_id": "3399100a-0909-496a-ab55-da9a415ed5a7",
                    "last_updated": "2022-11-21T11:43:34.204485-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rutgers",
                    "reward": "7.38000",
                    "odds": "8.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58ce21a4-cf25-4bd2-87f7-280f61878bd0/?format=api"
                }
            ]
        },
        {
            "id": "14634329-6556-41d0-9da6-f5905f43d39c",
            "match": "https://api-prod.gambitprofit.com/api/matches/3a52b81e-e90e-4fbe-8b9a-466f07b3253c/?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": "Rutgers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Penn State",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "23391d76-54ed-463c-a8ee-f700e8a8e80f",
                    "gambit_id": "12e7e62a-cd3d-4022-8d8e-ef866b44a180",
                    "last_updated": "2022-11-21T11:43:34.207556-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rutgers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "19.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14634329-6556-41d0-9da6-f5905f43d39c/?format=api"
                },
                {
                    "id": "90f5bd49-5a57-42fe-b64b-58278af185dc",
                    "gambit_id": "b0a8633d-aa3d-4879-8df7-c80519c02cfc",
                    "last_updated": "2022-11-21T11:43:34.208506-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-19.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14634329-6556-41d0-9da6-f5905f43d39c/?format=api"
                }
            ]
        }
    ]
}