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/8922090e-298d-40c9-b5f8-b43d5bd76400/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8922090e-298d-40c9-b5f8-b43d5bd76400",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "45a4816b-d5ab-4283-a66f-1407c20b39c9",
    "completed": true,
    "last_updated": "2023-02-19T16:37:18.205587-05:00",
    "created_at": "2023-02-18T09:12:05.298053-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -10.89,
    "sport_category": "NBA All-Star Props",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/45a4816b-d5ab-4283-a66f-1407c20b39c9",
    "datetime": "2023-02-18T20:00:00-05:00",
    "cutoff_datetime": "2023-02-18T20:00:00-05:00",
    "name": "2023 All Star Weekend: To win the Skills Challenge",
    "bettypes": [
        {
            "id": "9973312b-bd8a-4eba-915b-2f267c742685",
            "match": "https://api-prod.gambitprofit.com/api/matches/8922090e-298d-40c9-b5f8-b43d5bd76400/?format=api",
            "name": "FreeForm",
            "created_at": "2023-02-18T09:12:05.300203-05:00",
            "high_risk": {
                "possible": false,
                "description": "There is no line under 1.10 reward"
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Team Jazz",
                        "amount": 5659.0
                    },
                    {
                        "team": "Team Rookies",
                        "amount": 4341.0
                    }
                ],
                "expected_reward_tokens": 10242.79,
                "profit_sb": 742.79,
                "profit_sb_percentage": 7.82,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Team Jazz",
                        "amount": 4678.0
                    },
                    {
                        "team": "Team Rookies",
                        "amount": 3587.0
                    },
                    {
                        "team": "Team Antetokounmpo",
                        "amount": 1735.0
                    }
                ],
                "expected_reward_tokens": 8465.32,
                "profit_sb": -1034.68,
                "profit_sb_percentage": -10.89,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0a2ae62c-9b06-434a-bf1c-fb9e304c0fd2",
                    "gambit_id": "bdb226ea-2df2-465c-85f6-9e2f3697e936",
                    "last_updated": "2023-02-19T16:37:18.209543-05:00",
                    "created_at": "2023-02-18T09:12:05.303301-05:00",
                    "name": "Team Jazz",
                    "reward": "1.81000",
                    "odds": "1.83000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
                },
                {
                    "id": "d99bc5ca-80ff-4e40-9720-627430291b63",
                    "gambit_id": "238944f9-ad85-4022-b5ab-bf4ef000e815",
                    "last_updated": "2023-02-19T16:37:18.208331-05:00",
                    "created_at": "2023-02-18T09:12:05.301842-05:00",
                    "name": "Team Rookies",
                    "reward": "2.36000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
                },
                {
                    "id": "05c445ab-f356-4549-b814-1ca4eeb7beb6",
                    "gambit_id": "b4a2f64b-a0ab-4aa3-89df-943edf9ba596",
                    "last_updated": "2023-02-19T16:37:18.210723-05:00",
                    "created_at": "2023-02-18T09:12:05.304685-05:00",
                    "name": "Team Antetokounmpo",
                    "reward": "4.88000",
                    "odds": "5.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9973312b-bd8a-4eba-915b-2f267c742685/?format=api"
                }
            ]
        }
    ]
}