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/66f79cea-397c-4232-b95b-c03d800a60e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "66f79cea-397c-4232-b95b-c03d800a60e3",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a5d816a6-c752-4763-8cbb-5d603dd41084",
    "completed": true,
    "last_updated": "2022-12-05T11:52:18.490533-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.48,
    "sport_category": "UFC on ESPN 1",
    "sport": "Boxing/UFC",
    "url": "https://app.gambitrewards.com/match/a5d816a6-c752-4763-8cbb-5d603dd41084",
    "datetime": "2022-12-03T22:00:00-05:00",
    "cutoff_datetime": "2022-12-03T22:00:00-05:00",
    "name": "Bryan Barberena v. Rafael Dos Anjos",
    "bettypes": [
        {
            "id": "c4af21ef-be2c-44c4-b5cb-2a88d596f8f2",
            "match": "https://api-prod.gambitprofit.com/api/matches/66f79cea-397c-4232-b95b-c03d800a60e3/?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": "Rafael Dos Anjos",
                        "amount": 7474.0
                    },
                    {
                        "team": "Bryan Barberena",
                        "amount": 2526.0
                    }
                ],
                "expected_reward_tokens": 9043.08,
                "profit_sb": 43.08,
                "profit_sb_percentage": 0.48,
                "recommended": true
            },
            "lines": [
                {
                    "id": "36882fb2-585e-445c-a976-cd196ed6701b",
                    "gambit_id": "45ff09a7-47e8-4120-990d-3fc7c96d772d",
                    "last_updated": "2022-12-05T11:52:18.496264-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Rafael Dos Anjos",
                    "reward": "1.21000",
                    "odds": "1.23810",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4af21ef-be2c-44c4-b5cb-2a88d596f8f2/?format=api"
                },
                {
                    "id": "5e2db03b-c094-413d-b2e4-81c58818dfc5",
                    "gambit_id": "9764ec13-bfd0-497f-952b-41146ac8401c",
                    "last_updated": "2022-12-05T11:52:18.497258-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Bryan Barberena",
                    "reward": "3.58000",
                    "odds": "3.95000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4af21ef-be2c-44c4-b5cb-2a88d596f8f2/?format=api"
                }
            ]
        },
        {
            "id": "f758b79b-ac45-48d4-85fa-e8ffb28c533b",
            "match": "https://api-prod.gambitprofit.com/api/matches/66f79cea-397c-4232-b95b-c03d800a60e3/?format=api",
            "name": "Over/Under",
            "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": "Total Rounds Over 2.5",
                        "amount": 6250.0
                    },
                    {
                        "team": "Total Rounds Under 2.5",
                        "amount": 3750.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f30fd388-40f7-4698-b86f-ba08b4f53fd7",
                    "gambit_id": "8394e00e-b530-49ed-8f05-fda091ebf1d2",
                    "last_updated": "2022-12-05T11:52:18.494208-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Total Rounds Over 2.5",
                    "reward": "1.44000",
                    "odds": "1.50000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f758b79b-ac45-48d4-85fa-e8ffb28c533b/?format=api"
                },
                {
                    "id": "9d1317b8-0c91-474b-94f0-fa932286b14d",
                    "gambit_id": "9ed09d6f-412c-4d2c-8986-ab24a715a812",
                    "last_updated": "2022-12-05T11:52:18.493117-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Total Rounds Under 2.5",
                    "reward": "2.40000",
                    "odds": "2.60000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f758b79b-ac45-48d4-85fa-e8ffb28c533b/?format=api"
                }
            ]
        }
    ]
}