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/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abc3cbe8-f23e-4207-87f2-37f04adcfc0a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "eec268d6-be92-4ae2-b18d-ace7e1a49cdc",
    "completed": true,
    "last_updated": "2022-10-17T15:12:29.923020-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/eec268d6-be92-4ae2-b18d-ace7e1a49cdc",
    "datetime": "2022-10-16T16:05:00-04:00",
    "cutoff_datetime": "2022-10-16T16:05:00-04:00",
    "name": "Carolina Panthers v. Los Angeles Rams",
    "bettypes": [
        {
            "id": "8a231b66-de23-4fa6-b462-432860928fe9",
            "match": "https://api-prod.gambitprofit.com/api/matches/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?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": "Los Angeles Rams",
                        "amount": 7833.0
                    },
                    {
                        "team": "Carolina Panthers",
                        "amount": 2167.0
                    }
                ],
                "expected_reward_tokens": 9556.26,
                "profit_sb": 56.26,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "69ea09f7-4a24-4c07-aa95-4e93b27e8869",
                    "gambit_id": "298780c1-1b01-4f36-bac8-b0a799276ead",
                    "last_updated": "2022-10-17T15:12:29.929187-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Rams",
                    "reward": "1.22000",
                    "odds": "1.22220",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a231b66-de23-4fa6-b462-432860928fe9/?format=api"
                },
                {
                    "id": "8b51224e-492d-4a55-8d54-689efce84d9e",
                    "gambit_id": "978fde39-110b-4c0b-9f62-caedcbd88929",
                    "last_updated": "2022-10-17T15:12:29.930235-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Carolina Panthers",
                    "reward": "4.41000",
                    "odds": "4.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a231b66-de23-4fa6-b462-432860928fe9/?format=api"
                }
            ]
        },
        {
            "id": "8bc80ce5-8fed-4096-aa22-68d6d87533e3",
            "match": "https://api-prod.gambitprofit.com/api/matches/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?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": "Los Angeles Rams",
                        "amount": 5000.0
                    },
                    {
                        "team": "Carolina Panthers",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9450.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "260eceee-a2cd-4984-a955-c95c79d9becf",
                    "gambit_id": "37acc9e3-a170-41e0-a0c6-9c79cf02a4a3",
                    "last_updated": "2022-10-17T15:12:29.932220-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Los Angeles Rams",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "-10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc80ce5-8fed-4096-aa22-68d6d87533e3/?format=api"
                },
                {
                    "id": "71313513-9a1c-433c-98db-a2e908b6ca61",
                    "gambit_id": "d02740dd-79eb-4697-a897-d6f45117c70c",
                    "last_updated": "2022-10-17T15:12:29.933207-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Carolina Panthers",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8bc80ce5-8fed-4096-aa22-68d6d87533e3/?format=api"
                }
            ]
        },
        {
            "id": "4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b",
            "match": "https://api-prod.gambitprofit.com/api/matches/abc3cbe8-f23e-4207-87f2-37f04adcfc0a/?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 41",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 41",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9450.0,
                "profit_sb": -50.0,
                "profit_sb_percentage": -0.53,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b07e24a4-252f-4a8d-9a55-02ce5113b2ce",
                    "gambit_id": "5cf5ebd1-961e-4c0d-a78a-64223b156fc6",
                    "last_updated": "2022-10-17T15:12:29.927230-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 41",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "41.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b/?format=api"
                },
                {
                    "id": "e9f48c83-29db-4f94-9515-cb7bfb315977",
                    "gambit_id": "3252b4b8-bbbb-4e77-9220-376f8403197e",
                    "last_updated": "2022-10-17T15:12:29.926166-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 41",
                    "reward": "1.89000",
                    "odds": "1.90910",
                    "spread": "41.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9d3b7c-8e99-4766-a7ab-1fb94c78c65b/?format=api"
                }
            ]
        }
    ]
}