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/bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "43d230c4-721b-406d-8a7d-152a0006f6e1",
    "completed": true,
    "last_updated": "2022-08-15T14:27:19.081936-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -1.58,
    "sport_category": "English  Premier League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/43d230c4-721b-406d-8a7d-152a0006f6e1",
    "datetime": "2022-08-13T10:00:00-04:00",
    "cutoff_datetime": "2022-08-13T10:00:00-04:00",
    "name": "Brighton & Hove Albion v. Newcastle United",
    "bettypes": [
        {
            "id": "e34efb8f-6974-4dbd-b5ef-213bf37fc70d",
            "match": "https://api-prod.gambitprofit.com/api/matches/bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6/?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": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "Brighton & Hove Albion",
                        "amount": 5627.0
                    },
                    {
                        "team": "Newcastle United",
                        "amount": 4373.0
                    }
                ],
                "expected_reward_tokens": 12548.21,
                "profit_sb": 3548.21,
                "profit_sb_percentage": 39.42,
                "recommended": false
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Brighton & Hove Albion",
                        "amount": 3952.0
                    },
                    {
                        "team": "Newcastle United",
                        "amount": 3071.0
                    },
                    {
                        "team": "Draw",
                        "amount": 2977.0
                    }
                ],
                "expected_reward_tokens": 8811.92,
                "profit_sb": -188.08,
                "profit_sb_percentage": -2.09,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9bb4e2ff-30bd-4bcd-b33f-451678dd58a1",
                    "gambit_id": "7734d5d3-dce4-46bc-9a0e-0862ca595ab6",
                    "last_updated": "2022-08-15T14:27:19.084762-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Brighton & Hove Albion",
                    "reward": "2.23000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
                },
                {
                    "id": "31885648-c0e8-4fcb-8888-c0345e9f9fed",
                    "gambit_id": "4f852113-9721-4e4b-9151-d378c771f8f2",
                    "last_updated": "2022-08-15T14:27:19.084318-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Newcastle United",
                    "reward": "2.87000",
                    "odds": "3.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
                },
                {
                    "id": "ee68cc58-ddcd-4b9c-a6c7-58b2d9107095",
                    "gambit_id": "79843b73-f2ba-433f-bee0-027c47376c2b",
                    "last_updated": "2022-08-15T14:27:19.083880-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "2.96000",
                    "odds": "3.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e34efb8f-6974-4dbd-b5ef-213bf37fc70d/?format=api"
                }
            ]
        },
        {
            "id": "1f9a9a26-0f23-4893-98f0-6474fcf08d79",
            "match": "https://api-prod.gambitprofit.com/api/matches/bb9c8226-7e7e-4b4b-a1d9-afeeadfbabd6/?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": "Game Total Under 2.5",
                        "amount": 5571.0
                    },
                    {
                        "team": "Game Total Over 2.5",
                        "amount": 4429.0
                    }
                ],
                "expected_reward_tokens": 8857.89,
                "profit_sb": -142.11,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9f169462-e3de-40f5-8f1e-b45bfda0e1b0",
                    "gambit_id": "1fed943a-c63b-4f31-b09d-be6a22c39129",
                    "last_updated": "2022-08-15T14:27:19.082951-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "1.59000",
                    "odds": "1.65000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9a9a26-0f23-4893-98f0-6474fcf08d79/?format=api"
                },
                {
                    "id": "06150acc-3426-4196-9941-2dfb2232c306",
                    "gambit_id": "d19708ba-ed95-48ce-bfd0-c4839c3510b7",
                    "last_updated": "2022-08-15T14:27:19.083432-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "2.00000",
                    "odds": "2.10000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f9a9a26-0f23-4893-98f0-6474fcf08d79/?format=api"
                }
            ]
        }
    ]
}