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/2c72345c-07bb-4815-9083-03dcdf1311e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c72345c-07bb-4815-9083-03dcdf1311e9",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "672c7406-7aef-4a39-9cd5-58697ce88559",
    "completed": true,
    "last_updated": "2022-08-13T11:02:04.918186-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.8,
    "sport_category": "NFL Preseason Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/672c7406-7aef-4a39-9cd5-58697ce88559",
    "datetime": "2022-08-12T18:00:00-04:00",
    "cutoff_datetime": "2022-08-12T18:00:00-04:00",
    "name": "Atlanta Falcons v. Detroit Lions",
    "bettypes": [
        {
            "id": "5af234f5-e66e-4d93-9558-7651471ada83",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?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": "Detroit Lions",
                        "amount": 5676.0
                    },
                    {
                        "team": "Atlanta Falcons",
                        "amount": 4324.0
                    }
                ],
                "expected_reward_tokens": 9251.88,
                "profit_sb": 251.88,
                "profit_sb_percentage": 2.8,
                "recommended": true
            },
            "lines": [
                {
                    "id": "efa3f770-e39d-4169-9cdb-21b18a5e4116",
                    "gambit_id": "c3c99966-c817-4e03-97aa-c771dccffe25",
                    "last_updated": "2022-08-13T11:02:04.920341-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "1.63000",
                    "odds": "1.68970",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api"
                },
                {
                    "id": "66c5ff63-be57-45a7-a6de-e7fb416e1cd2",
                    "gambit_id": "cde72725-318d-4695-a74f-42241c977515",
                    "last_updated": "2022-08-13T11:02:04.920775-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Falcons",
                    "reward": "2.14000",
                    "odds": "2.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5af234f5-e66e-4d93-9558-7651471ada83/?format=api"
                }
            ]
        },
        {
            "id": "c1f121b6-7522-4163-804d-5ebcf4bdb626",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?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": "Atlanta Falcons",
                        "amount": 5000.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "cb8c77c2-0476-4a48-996d-2c01dffecea8",
                    "gambit_id": "bcb35050-d9e7-4a5d-800b-9d143eb36623",
                    "last_updated": "2022-08-13T11:02:04.921643-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Falcons",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api"
                },
                {
                    "id": "7509fc1d-74d8-4dcf-9ec2-8b52ad54d45f",
                    "gambit_id": "b2ff2c34-02ec-4f04-a9fd-0350cd5f9510",
                    "last_updated": "2022-08-13T11:02:04.921203-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1f121b6-7522-4163-804d-5ebcf4bdb626/?format=api"
                }
            ]
        },
        {
            "id": "9c31a1d1-0d72-44e1-a177-cb31ab1244a8",
            "match": "https://api-prod.gambitprofit.com/api/matches/2c72345c-07bb-4815-9083-03dcdf1311e9/?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 35",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 35",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "3e3ad976-e8b1-465d-a426-afb41c800e69",
                    "gambit_id": "bb5986b6-a7d6-4529-8cbb-039c79eeaa06",
                    "last_updated": "2022-08-13T11:02:04.919290-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 35",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "35.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c31a1d1-0d72-44e1-a177-cb31ab1244a8/?format=api"
                },
                {
                    "id": "fa363d3c-a2d9-4f7a-8505-a776a7c32225",
                    "gambit_id": "e5015b43-39d9-4a36-b91b-d918acb6f60e",
                    "last_updated": "2022-08-13T11:02:04.919892-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 35",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "35.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c31a1d1-0d72-44e1-a177-cb31ab1244a8/?format=api"
                }
            ]
        }
    ]
}