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/8b6008de-e180-4c52-94ae-4ff3cb1eaa9f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b6008de-e180-4c52-94ae-4ff3cb1eaa9f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "c4481957-bbe5-4058-bec9-294885d4c92d",
    "completed": true,
    "last_updated": "2022-11-28T10:07:10.076453-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c4481957-bbe5-4058-bec9-294885d4c92d",
    "datetime": "2022-11-26T13:30:00-05:00",
    "cutoff_datetime": "2022-11-26T13:30:00-05:00",
    "name": "Akron v. Northern Illinois",
    "bettypes": [
        {
            "id": "967ac16e-0482-4537-99af-a73b3c69944b",
            "match": "https://api-prod.gambitprofit.com/api/matches/8b6008de-e180-4c52-94ae-4ff3cb1eaa9f/?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": "Northern Illinois",
                        "amount": 7406.0
                    },
                    {
                        "team": "Akron",
                        "amount": 2594.0
                    }
                ],
                "expected_reward_tokens": 9182.76,
                "profit_sb": 182.76,
                "profit_sb_percentage": 2.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "67853b07-c649-48d8-a572-455003557096",
                    "gambit_id": "76056e7b-648e-4649-9f5f-99ecded602ed",
                    "last_updated": "2022-11-28T10:07:10.086607-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Northern Illinois",
                    "reward": "1.24000",
                    "odds": "1.27780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/967ac16e-0482-4537-99af-a73b3c69944b/?format=api"
                },
                {
                    "id": "0ff9eb98-ddea-4fff-8cb2-81fc46be5086",
                    "gambit_id": "5b2596c2-d367-4f71-a456-9e586525da74",
                    "last_updated": "2022-11-28T10:07:10.087744-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Akron",
                    "reward": "3.54000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/967ac16e-0482-4537-99af-a73b3c69944b/?format=api"
                }
            ]
        },
        {
            "id": "20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b",
            "match": "https://api-prod.gambitprofit.com/api/matches/8b6008de-e180-4c52-94ae-4ff3cb1eaa9f/?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": "Northern Illinois",
                        "amount": 5000.0
                    },
                    {
                        "team": "Akron",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "62a0257d-e68f-4a53-b18c-7d136b5aad5f",
                    "gambit_id": "aca5e74b-c83c-4042-a45b-b62ece339f01",
                    "last_updated": "2022-11-28T10:07:10.083162-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Northern Illinois",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b/?format=api"
                },
                {
                    "id": "ced1767f-2511-4b3a-9e1d-db0cf7e963cc",
                    "gambit_id": "278a3243-5ad5-4f50-aa27-50112fc0437d",
                    "last_updated": "2022-11-28T10:07:10.084323-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Akron",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20f914ed-6bcc-4bc9-b6f3-6ac796bbd01b/?format=api"
                }
            ]
        },
        {
            "id": "92d2bf38-2dab-4008-9820-71c9204d5695",
            "match": "https://api-prod.gambitprofit.com/api/matches/8b6008de-e180-4c52-94ae-4ff3cb1eaa9f/?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 52",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 52",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "093daf54-65a9-4908-96d0-a77ebb7cd419",
                    "gambit_id": "2fa6ed60-2b62-4ea7-95fb-cdc15e686444",
                    "last_updated": "2022-11-28T10:07:10.080654-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 52",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "52.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92d2bf38-2dab-4008-9820-71c9204d5695/?format=api"
                },
                {
                    "id": "04eddacc-21cb-4e95-bcdd-37f545990254",
                    "gambit_id": "294bdfe3-9699-4069-ba35-493e3cbdb608",
                    "last_updated": "2022-11-28T10:07:10.079432-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 52",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "52.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92d2bf38-2dab-4008-9820-71c9204d5695/?format=api"
                }
            ]
        }
    ]
}