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/c02d9b78-142b-4100-97e0-552e8c5fa86c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c02d9b78-142b-4100-97e0-552e8c5fa86c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a33329e3-18f0-4b36-af20-d1da0528a0a3",
    "completed": true,
    "last_updated": "2022-10-02T15:17:25.180653-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.66,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a33329e3-18f0-4b36-af20-d1da0528a0a3",
    "datetime": "2022-10-01T12:00:00-04:00",
    "cutoff_datetime": "2022-10-01T12:00:00-04:00",
    "name": "Louisville v. Boston College",
    "bettypes": [
        {
            "id": "8d6efba4-e5fd-4049-b289-c830707567e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/c02d9b78-142b-4100-97e0-552e8c5fa86c/?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": "Louisville",
                        "amount": 7983.0
                    },
                    {
                        "team": "Boston College",
                        "amount": 2017.0
                    }
                ],
                "expected_reward_tokens": 9419.39,
                "profit_sb": 419.39,
                "profit_sb_percentage": 4.66,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f462517a-9bf0-4708-ba4e-b472d9387c36",
                    "gambit_id": "06d4096c-fcec-4490-bded-ede51b68c2c1",
                    "last_updated": "2022-10-02T15:17:25.187787-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.18000",
                    "odds": "1.19230",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6efba4-e5fd-4049-b289-c830707567e0/?format=api"
                },
                {
                    "id": "de174452-d9ff-4568-a191-e46ec92783a1",
                    "gambit_id": "9e4c486c-e610-464c-9649-1f250da64c61",
                    "last_updated": "2022-10-02T15:17:25.186835-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston College",
                    "reward": "4.67000",
                    "odds": "4.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d6efba4-e5fd-4049-b289-c830707567e0/?format=api"
                }
            ]
        },
        {
            "id": "733e9d11-bc6f-4ccb-a6ae-71304a3b3318",
            "match": "https://api-prod.gambitprofit.com/api/matches/c02d9b78-142b-4100-97e0-552e8c5fa86c/?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": "Boston College",
                        "amount": 5000.0
                    },
                    {
                        "team": "Louisville",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b28fd795-43f3-4c49-8351-8f3581720fcf",
                    "gambit_id": "72424b67-5934-4b2f-9bb6-617830d5a0b3",
                    "last_updated": "2022-10-02T15:17:25.189705-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston College",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733e9d11-bc6f-4ccb-a6ae-71304a3b3318/?format=api"
                },
                {
                    "id": "030c152e-7907-44cd-80f8-cdc001e92214",
                    "gambit_id": "2aa5e33a-1208-4666-bb29-308ab83a744e",
                    "last_updated": "2022-10-02T15:17:25.190662-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Louisville",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/733e9d11-bc6f-4ccb-a6ae-71304a3b3318/?format=api"
                }
            ]
        },
        {
            "id": "848b7c1a-3ecc-4e09-bd1e-9266f096404f",
            "match": "https://api-prod.gambitprofit.com/api/matches/c02d9b78-142b-4100-97e0-552e8c5fa86c/?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 Over 48",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 48",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9276a71d-c724-43dd-8e8c-50c455255daf",
                    "gambit_id": "abfa4fb1-23e8-4ac3-a73f-d277693ad976",
                    "last_updated": "2022-10-02T15:17:25.184906-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "48.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848b7c1a-3ecc-4e09-bd1e-9266f096404f/?format=api"
                },
                {
                    "id": "139a8ea0-803d-4da5-8378-c0cac8abe8fb",
                    "gambit_id": "42317714-7f0f-4345-bd0f-5028c471bf5b",
                    "last_updated": "2022-10-02T15:17:25.183618-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "48.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/848b7c1a-3ecc-4e09-bd1e-9266f096404f/?format=api"
                }
            ]
        }
    ]
}