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/7f639602-114a-40de-92ef-d8e4f1bce5aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f639602-114a-40de-92ef-d8e4f1bce5aa",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "06269e7b-290f-4871-b3e2-c285da452257",
    "completed": true,
    "last_updated": "2022-11-14T09:33:43.880468-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.18,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/06269e7b-290f-4871-b3e2-c285da452257",
    "datetime": "2022-11-12T19:30:00-05:00",
    "cutoff_datetime": "2022-11-12T19:30:00-05:00",
    "name": "Texas A&M v. Auburn",
    "bettypes": [
        {
            "id": "9642b4b7-0143-4b40-b45e-74db476010e0",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f639602-114a-40de-92ef-d8e4f1bce5aa/?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": "Auburn",
                        "amount": 5304.0
                    },
                    {
                        "team": "Texas A&M",
                        "amount": 4696.0
                    }
                ],
                "expected_reward_tokens": 9016.32,
                "profit_sb": 16.32,
                "profit_sb_percentage": 0.18,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f67ea1ea-a585-42eb-bfdc-b28061a55ac7",
                    "gambit_id": "14463a0b-4c9a-47c1-94d1-b0921e57426a",
                    "last_updated": "2022-11-14T09:33:43.886500-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "1.70000",
                    "odds": "1.80000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9642b4b7-0143-4b40-b45e-74db476010e0/?format=api"
                },
                {
                    "id": "9f402605-115e-42bc-a2f9-fed06518fa32",
                    "gambit_id": "a1fdf34c-bb13-4409-a18d-e4ac71060982",
                    "last_updated": "2022-11-14T09:33:43.887459-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas A&M",
                    "reward": "1.92000",
                    "odds": "2.05000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9642b4b7-0143-4b40-b45e-74db476010e0/?format=api"
                }
            ]
        },
        {
            "id": "2af7ecda-2cff-42f7-a534-0033bb596812",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f639602-114a-40de-92ef-d8e4f1bce5aa/?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": "Auburn",
                        "amount": 5000.0
                    },
                    {
                        "team": "Texas A&M",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b9edda79-2038-4528-82af-bf6d179807de",
                    "gambit_id": "539fea3b-4222-4b36-ab22-9d1b6579b771",
                    "last_updated": "2022-11-14T09:33:43.889408-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Auburn",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af7ecda-2cff-42f7-a534-0033bb596812/?format=api"
                },
                {
                    "id": "872912d8-c84a-4e42-824f-11caddbc9ca4",
                    "gambit_id": "68ddb093-3463-4dc0-a572-2ba936e25bc1",
                    "last_updated": "2022-11-14T09:33:43.890378-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas A&M",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2af7ecda-2cff-42f7-a534-0033bb596812/?format=api"
                }
            ]
        },
        {
            "id": "00dad3be-a94d-4b98-b2db-068cd28b235a",
            "match": "https://api-prod.gambitprofit.com/api/matches/7f639602-114a-40de-92ef-d8e4f1bce5aa/?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 48.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 48.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2546c96d-a4b6-4b81-920f-db2e3bf0fa43",
                    "gambit_id": "a9515892-9b68-4b2d-bde3-db97c753b3c8",
                    "last_updated": "2022-11-14T09:33:43.883348-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dad3be-a94d-4b98-b2db-068cd28b235a/?format=api"
                },
                {
                    "id": "d5805100-10d3-4d07-b5cd-ce115c2c2aad",
                    "gambit_id": "3d8c491f-d3ad-41cb-87cd-a02669c7ff0e",
                    "last_updated": "2022-11-14T09:33:43.884516-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 48.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "48.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00dad3be-a94d-4b98-b2db-068cd28b235a/?format=api"
                }
            ]
        }
    ]
}