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/4de2643f-6b42-4779-a2f5-0dc1caa32e7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4de2643f-6b42-4779-a2f5-0dc1caa32e7d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "17079dcf-1ec9-4c2e-8b45-35d315ce2106",
    "completed": true,
    "last_updated": "2022-08-18T10:31:48.296508-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.7,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/17079dcf-1ec9-4c2e-8b45-35d315ce2106",
    "datetime": "2022-08-17T19:20:00-04:00",
    "cutoff_datetime": "2022-08-17T19:20:00-04:00",
    "name": "NYM (M Scherzer) v. ATL (J Odorizzi)",
    "bettypes": [
        {
            "id": "82a8afeb-ba4b-4ab4-bd85-b39e4a6d6427",
            "match": "https://api-prod.gambitprofit.com/api/matches/4de2643f-6b42-4779-a2f5-0dc1caa32e7d/?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": "NYM (M Scherzer)",
                        "amount": 5870.0
                    },
                    {
                        "team": "ATL (J Odorizzi)",
                        "amount": 4130.0
                    }
                ],
                "expected_reward_tokens": 9333.3,
                "profit_sb": 333.3,
                "profit_sb_percentage": 3.7,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cae8c2e4-0fc1-4b92-83df-0943be3eb5fb",
                    "gambit_id": "3bea8c2a-ba39-4b5f-88db-e37c4d106be2",
                    "last_updated": "2022-08-18T10:31:48.299369-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NYM (M Scherzer)",
                    "reward": "1.59000",
                    "odds": "1.65360",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a8afeb-ba4b-4ab4-bd85-b39e4a6d6427/?format=api"
                },
                {
                    "id": "70698f2e-4a69-4143-a71f-b38e98af8d2a",
                    "gambit_id": "f109bf33-742f-41b6-9bba-a3a3acc4e890",
                    "last_updated": "2022-08-18T10:31:48.299820-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "ATL (J Odorizzi)",
                    "reward": "2.26000",
                    "odds": "2.38000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a8afeb-ba4b-4ab4-bd85-b39e4a6d6427/?format=api"
                }
            ]
        },
        {
            "id": "df1e2a11-4c47-4eca-836c-fdc0ae862b3e",
            "match": "https://api-prod.gambitprofit.com/api/matches/4de2643f-6b42-4779-a2f5-0dc1caa32e7d/?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": "ATL",
                        "amount": 5511.0
                    },
                    {
                        "team": "NYM",
                        "amount": 4489.0
                    }
                ],
                "expected_reward_tokens": 9202.45,
                "profit_sb": 202.45,
                "profit_sb_percentage": 2.25,
                "recommended": true
            },
            "lines": [
                {
                    "id": "efc778b9-5125-4acd-acfc-368563a76e66",
                    "gambit_id": "ed944062-6eea-49b6-94f2-29c3057943a4",
                    "last_updated": "2022-08-18T10:31:48.298446-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "ATL",
                    "reward": "1.67000",
                    "odds": "1.74070",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1e2a11-4c47-4eca-836c-fdc0ae862b3e/?format=api"
                },
                {
                    "id": "8a41245c-fb76-45ee-96b7-a32335fe6582",
                    "gambit_id": "1168735f-5740-47e9-9952-3f6eeebbedff",
                    "last_updated": "2022-08-18T10:31:48.298906-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "NYM",
                    "reward": "2.05000",
                    "odds": "2.15000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df1e2a11-4c47-4eca-836c-fdc0ae862b3e/?format=api"
                }
            ]
        }
    ]
}