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/f9542557-ded9-4067-9aff-4b8dc950e4cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f9542557-ded9-4067-9aff-4b8dc950e4cb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fa72d4d1-ee7a-445a-9a65-b1492968f746",
    "completed": true,
    "last_updated": "2022-11-06T16:13:01.528804-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.87,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/fa72d4d1-ee7a-445a-9a65-b1492968f746",
    "datetime": "2022-11-05T19:30:00-04:00",
    "cutoff_datetime": "2022-11-05T19:30:00-04:00",
    "name": "Auburn v. Mississippi State",
    "bettypes": [
        {
            "id": "e6fc3b88-82bc-42c3-a71c-670c27cdf9ce",
            "match": "https://api-prod.gambitprofit.com/api/matches/f9542557-ded9-4067-9aff-4b8dc950e4cb/?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": "Mississippi State",
                        "amount": 7847.0
                    },
                    {
                        "team": "Auburn",
                        "amount": 2153.0
                    }
                ],
                "expected_reward_tokens": 9257.9,
                "profit_sb": 257.9,
                "profit_sb_percentage": 2.87,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a6666a1a-f97a-4191-a601-ac46a8ad606c",
                    "gambit_id": "6014b0e9-f771-43dd-856a-0d64b1c66eb2",
                    "last_updated": "2022-11-06T16:13:01.534703-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.18000",
                    "odds": "1.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fc3b88-82bc-42c3-a71c-670c27cdf9ce/?format=api"
                },
                {
                    "id": "8e036157-239e-4009-9f09-59933ea8e6f4",
                    "gambit_id": "cafc3cab-0e4f-4810-aa09-d1d54d2f3d6d",
                    "last_updated": "2022-11-06T16:13:01.535662-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "4.30000",
                    "odds": "4.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6fc3b88-82bc-42c3-a71c-670c27cdf9ce/?format=api"
                }
            ]
        },
        {
            "id": "099e4883-48df-4781-b3ff-c70aad751b7f",
            "match": "https://api-prod.gambitprofit.com/api/matches/f9542557-ded9-4067-9aff-4b8dc950e4cb/?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": "Mississippi State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Auburn",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "febe35df-93c1-4245-849b-52b4a772950a",
                    "gambit_id": "8497747a-4f04-423c-8ebc-0a59571e999d",
                    "last_updated": "2022-11-06T16:13:01.537578-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-12.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099e4883-48df-4781-b3ff-c70aad751b7f/?format=api"
                },
                {
                    "id": "e13c9bb8-d373-4965-a94f-3a2ceb0453a4",
                    "gambit_id": "59af4db9-72ae-4635-9d32-4d257e96cc77",
                    "last_updated": "2022-11-06T16:13:01.538537-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "12.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/099e4883-48df-4781-b3ff-c70aad751b7f/?format=api"
                }
            ]
        },
        {
            "id": "93b20010-3746-4272-865b-356f510ab2c2",
            "match": "https://api-prod.gambitprofit.com/api/matches/f9542557-ded9-4067-9aff-4b8dc950e4cb/?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.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 50.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "07ab4c76-806c-4b2d-ba04-3ed2ce66c46c",
                    "gambit_id": "1f33f7f7-401a-4465-be4a-6f8187e5227c",
                    "last_updated": "2022-11-06T16:13:01.531596-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "50.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93b20010-3746-4272-865b-356f510ab2c2/?format=api"
                },
                {
                    "id": "6f387de8-9b7b-454d-8392-3c48ee74d66d",
                    "gambit_id": "697228ef-6230-4c6e-9c39-c0013f184601",
                    "last_updated": "2022-11-06T16:13:01.532780-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "50.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93b20010-3746-4272-865b-356f510ab2c2/?format=api"
                }
            ]
        }
    ]
}