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/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "4b6fd3f5-3314-4bfc-bd3c-a1ddf848f89d",
    "completed": true,
    "last_updated": "2022-09-11T11:12:11.251358-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.12,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/4b6fd3f5-3314-4bfc-bd3c-a1ddf848f89d",
    "datetime": "2022-09-10T12:00:00-04:00",
    "cutoff_datetime": "2022-09-10T12:00:00-04:00",
    "name": "Duke v. Northwestern",
    "bettypes": [
        {
            "id": "1746c486-8068-4194-a028-312e3570922f",
            "match": "https://api-prod.gambitprofit.com/api/matches/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?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": "Northwestern",
                        "amount": 7485.0
                    },
                    {
                        "team": "Duke",
                        "amount": 2515.0
                    }
                ],
                "expected_reward_tokens": 9280.35,
                "profit_sb": 280.35,
                "profit_sb_percentage": 3.12,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b85681d3-51e3-4e59-bedf-eb4ed21d5cf9",
                    "gambit_id": "a5f8aa2c-62ee-4205-b456-ab70171e8934",
                    "last_updated": "2022-09-11T11:12:11.258387-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Northwestern",
                    "reward": "1.24000",
                    "odds": "1.26320",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1746c486-8068-4194-a028-312e3570922f/?format=api"
                },
                {
                    "id": "a5c2f055-f7c7-4daa-aa1b-63f1817f3ee0",
                    "gambit_id": "00327be8-c9e0-43db-883e-40847fb37d44",
                    "last_updated": "2022-09-11T11:12:11.259657-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "3.69000",
                    "odds": "4.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1746c486-8068-4194-a028-312e3570922f/?format=api"
                }
            ]
        },
        {
            "id": "ac7cbd93-7134-4760-8843-1f6c13174df0",
            "match": "https://api-prod.gambitprofit.com/api/matches/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?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": "Northwestern",
                        "amount": 5000.0
                    },
                    {
                        "team": "Duke",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "592ff97f-0723-4aef-ac12-3feba301613d",
                    "gambit_id": "8dd9452c-8341-4283-92ab-2b3bdf7c3992",
                    "last_updated": "2022-09-11T11:12:11.262033-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Northwestern",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7cbd93-7134-4760-8843-1f6c13174df0/?format=api"
                },
                {
                    "id": "1a834fd8-cdd0-44a3-bcf5-930d5292e413",
                    "gambit_id": "aee27175-0d25-4e09-bc49-829bbb12afaa",
                    "last_updated": "2022-09-11T11:12:11.263335-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Duke",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac7cbd93-7134-4760-8843-1f6c13174df0/?format=api"
                }
            ]
        },
        {
            "id": "8fd7b3de-53ec-4cad-9297-9e4cab5e401c",
            "match": "https://api-prod.gambitprofit.com/api/matches/58e92f32-ee0d-4df1-a1cd-5f2aa0af8fe0/?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 56",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 56",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b332052f-5e27-4f17-a7b1-65155a53f2f5",
                    "gambit_id": "1fc5ddc7-5197-4ed5-bb63-968d594c743f",
                    "last_updated": "2022-09-11T11:12:11.254828-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 56",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd7b3de-53ec-4cad-9297-9e4cab5e401c/?format=api"
                },
                {
                    "id": "f755fad0-f717-42fe-ba33-f6d5e657c784",
                    "gambit_id": "fa4541d8-12ef-4061-8d81-0c933b188d1e",
                    "last_updated": "2022-09-11T11:12:11.256005-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 56",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "56.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8fd7b3de-53ec-4cad-9297-9e4cab5e401c/?format=api"
                }
            ]
        }
    ]
}