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/44cf534a-bb6b-4ae1-a0f0-af95bcc60952/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "44cf534a-bb6b-4ae1-a0f0-af95bcc60952",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "e5f0d0e8-ed55-4012-ad6d-1620053221fe",
    "completed": true,
    "last_updated": "2022-11-06T09:13:44.789995-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.15,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/e5f0d0e8-ed55-4012-ad6d-1620053221fe",
    "datetime": "2022-11-05T15:30:00-04:00",
    "cutoff_datetime": "2022-11-05T15:30:00-04:00",
    "name": "Penn State v. Indiana",
    "bettypes": [
        {
            "id": "d667ede1-02d7-439c-85b9-35f042bfcc7d",
            "match": "https://api-prod.gambitprofit.com/api/matches/44cf534a-bb6b-4ae1-a0f0-af95bcc60952/?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": "Penn State",
                        "amount": 8003.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 1997.0
                    }
                ],
                "expected_reward_tokens": 9283.48,
                "profit_sb": 283.48,
                "profit_sb_percentage": 3.15,
                "recommended": true
            },
            "lines": [
                {
                    "id": "020b6b2f-dc0e-40f5-8442-c5a78122ecd8",
                    "gambit_id": "c7609eb3-1324-4980-bfe2-627ae0fe415b",
                    "last_updated": "2022-11-06T09:13:44.798560-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.16000",
                    "odds": "1.17860",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d667ede1-02d7-439c-85b9-35f042bfcc7d/?format=api"
                },
                {
                    "id": "a387f5a5-9954-41a3-9aeb-47e652f105db",
                    "gambit_id": "3ec3999d-d943-4aa5-b65b-a0f975d0bd49",
                    "last_updated": "2022-11-06T09:13:44.797587-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "4.65000",
                    "odds": "5.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d667ede1-02d7-439c-85b9-35f042bfcc7d/?format=api"
                }
            ]
        },
        {
            "id": "5985254e-e152-4550-9b80-0aba11d53d69",
            "match": "https://api-prod.gambitprofit.com/api/matches/44cf534a-bb6b-4ae1-a0f0-af95bcc60952/?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": "Penn State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Indiana",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a23e26ee-c804-472b-ad51-d029803d3925",
                    "gambit_id": "10f1289f-d081-458c-966e-9843e7f2081b",
                    "last_updated": "2022-11-06T09:13:44.801510-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Penn State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5985254e-e152-4550-9b80-0aba11d53d69/?format=api"
                },
                {
                    "id": "7c58033c-2c09-4d0d-8064-0cd855cfb6b3",
                    "gambit_id": "5206cd66-f12c-4c90-8741-2ea613ee84d4",
                    "last_updated": "2022-11-06T09:13:44.800523-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Indiana",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "13.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5985254e-e152-4550-9b80-0aba11d53d69/?format=api"
                }
            ]
        },
        {
            "id": "0ee0acca-1363-45e9-80ae-0bd4e38b8f73",
            "match": "https://api-prod.gambitprofit.com/api/matches/44cf534a-bb6b-4ae1-a0f0-af95bcc60952/?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 50",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 50",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "37b07a19-3f63-4f24-8471-33d8337b5718",
                    "gambit_id": "8d82c880-ed3d-496e-85a3-ff125980eab9",
                    "last_updated": "2022-11-06T09:13:44.793112-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ee0acca-1363-45e9-80ae-0bd4e38b8f73/?format=api"
                },
                {
                    "id": "3b607eba-3185-40f0-9da9-e2ddd31183d0",
                    "gambit_id": "ad0eabe8-01a7-4049-b616-30a74ab745f7",
                    "last_updated": "2022-11-06T09:13:44.794620-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ee0acca-1363-45e9-80ae-0bd4e38b8f73/?format=api"
                }
            ]
        }
    ]
}