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/69309a03-e11b-4308-bc98-89bc96d7bd9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69309a03-e11b-4308-bc98-89bc96d7bd9e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "8898aa8a-6c92-495f-872d-8f563c58b85c",
    "completed": true,
    "last_updated": "2023-07-05T19:03:34.828286-04:00",
    "created_at": "2023-07-03T11:03:20.973744-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.08,
    "sport_category": "Nathan's Hot Dog Eating Contest",
    "sport": "Entertainment",
    "url": "https://app.gambitrewards.com/match/8898aa8a-6c92-495f-872d-8f563c58b85c",
    "datetime": "2023-07-04T12:00:00-04:00",
    "cutoff_datetime": "2023-07-04T12:00:00-04:00",
    "name": "2023 Nathan's Hot Dog Eating Contest: Will Joey Chestnut win?",
    "bettypes": [
        {
            "id": "ad024e88-4b80-4af5-adb6-075acbac2092",
            "match": "https://api-prod.gambitprofit.com/api/matches/69309a03-e11b-4308-bc98-89bc96d7bd9e/?format=api",
            "name": "FreeForm",
            "created_at": "2023-07-03T11:03:20.976227-04:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Yes",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10100.0,
                "profit_sb": 600.0,
                "profit_sb_percentage": 6.32,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Yes",
                        "amount": 9416.0
                    },
                    {
                        "team": "No",
                        "amount": 584.0
                    }
                ],
                "expected_reward_tokens": 9507.52,
                "profit_sb": 7.52,
                "profit_sb_percentage": 0.08,
                "recommended": true
            },
            "lines": [
                {
                    "id": "66c8cd5f-f3b3-46a7-b29a-9fc7a0f778e6",
                    "gambit_id": "c371702a-5810-4e23-b704-b188b9a51d6e",
                    "last_updated": "2023-07-05T19:03:34.832160-04:00",
                    "created_at": "2023-07-03T11:03:20.978535-04:00",
                    "name": "Yes",
                    "reward": "1.01000",
                    "odds": "1.01000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad024e88-4b80-4af5-adb6-075acbac2092/?format=api"
                },
                {
                    "id": "abc8dbef-6e64-403f-8358-ac1c6c62e06f",
                    "gambit_id": "256cbf71-5bb4-432d-92e2-a5004cd8cf37",
                    "last_updated": "2023-07-05T19:03:34.833812-04:00",
                    "created_at": "2023-07-03T11:03:20.980715-04:00",
                    "name": "No",
                    "reward": "16.28000",
                    "odds": "17.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad024e88-4b80-4af5-adb6-075acbac2092/?format=api"
                }
            ]
        }
    ]
}