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/6e29f18f-f06e-4821-b00d-214732cb9c5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e29f18f-f06e-4821-b00d-214732cb9c5c",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "43f8ad57-3d86-4104-843d-cefb3b82f764",
    "completed": true,
    "last_updated": "2022-11-16T09:37:54.510759-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/43f8ad57-3d86-4104-843d-cefb3b82f764",
    "datetime": "2022-11-15T19:00:00-05:00",
    "cutoff_datetime": "2022-11-15T19:00:00-05:00",
    "name": "Ohio v. Ball State",
    "bettypes": [
        {
            "id": "62c4ce74-9fab-4034-a1a8-56fbe2a64ba8",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e29f18f-f06e-4821-b00d-214732cb9c5c/?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": "Ohio",
                        "amount": 6042.0
                    },
                    {
                        "team": "Ball State",
                        "amount": 3958.0
                    }
                ],
                "expected_reward_tokens": 9182.56,
                "profit_sb": 182.56,
                "profit_sb_percentage": 2.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "62ad0834-edac-4369-9868-7efbd5829f48",
                    "gambit_id": "8cf6d9cf-7312-4c23-85ed-ada1a77f9b3d",
                    "last_updated": "2022-11-16T09:37:54.519219-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ohio",
                    "reward": "1.52000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62c4ce74-9fab-4034-a1a8-56fbe2a64ba8/?format=api"
                },
                {
                    "id": "9af795d1-a6a4-4c97-aede-a6ef1c07612a",
                    "gambit_id": "1645711b-fb1b-4c63-9ceb-90016e7a1377",
                    "last_updated": "2022-11-16T09:37:54.520194-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ball State",
                    "reward": "2.32000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62c4ce74-9fab-4034-a1a8-56fbe2a64ba8/?format=api"
                }
            ]
        },
        {
            "id": "8b50d746-bb82-481d-8385-c87916f4dd47",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e29f18f-f06e-4821-b00d-214732cb9c5c/?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": "Ball State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Ohio",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aa9ae505-b951-41e1-9ca4-820af105a638",
                    "gambit_id": "370cfe35-acba-4bfa-bbf6-edf0e143cb33",
                    "last_updated": "2022-11-16T09:37:54.516175-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ball State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b50d746-bb82-481d-8385-c87916f4dd47/?format=api"
                },
                {
                    "id": "0e06c602-10bf-4424-a687-6ef89eaa5759",
                    "gambit_id": "621c5e25-7e83-46af-9a6b-10b531725d74",
                    "last_updated": "2022-11-16T09:37:54.517183-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Ohio",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b50d746-bb82-481d-8385-c87916f4dd47/?format=api"
                }
            ]
        },
        {
            "id": "21822c36-ce8e-4235-a092-a13817bbe8b8",
            "match": "https://api-prod.gambitprofit.com/api/matches/6e29f18f-f06e-4821-b00d-214732cb9c5c/?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 57.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 57.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ec79c7dc-7d1e-42a7-becc-93734149cc89",
                    "gambit_id": "a083d2c6-b21d-4e08-8190-c5435bc781e7",
                    "last_updated": "2022-11-16T09:37:54.514230-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 57.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "57.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21822c36-ce8e-4235-a092-a13817bbe8b8/?format=api"
                },
                {
                    "id": "dad27994-0d27-4bd9-ad7f-9a290119045f",
                    "gambit_id": "81e9d937-9ebc-4aa9-8e80-c45a90b56092",
                    "last_updated": "2022-11-16T09:37:54.513227-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 57.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "57.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21822c36-ce8e-4235-a092-a13817bbe8b8/?format=api"
                }
            ]
        }
    ]
}