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/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2fe82aa-2725-4f1d-8baf-8d803f0b8016",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "c3007b2c-6542-43f1-b76e-416fa3a52dc5",
    "completed": true,
    "last_updated": "2022-10-03T11:22:20.778945-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": -0.24,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/c3007b2c-6542-43f1-b76e-416fa3a52dc5",
    "datetime": "2022-10-01T23:00:00-04:00",
    "cutoff_datetime": "2022-10-01T23:00:00-04:00",
    "name": "Stanford v. Oregon",
    "bettypes": [
        {
            "id": "026a31a9-59db-4737-9e1e-b6152eebc99c",
            "match": "https://api-prod.gambitprofit.com/api/matches/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?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": "Oregon",
                        "amount": 8464.0
                    },
                    {
                        "team": "Stanford",
                        "amount": 1536.0
                    }
                ],
                "expected_reward_tokens": 9477.12,
                "profit_sb": -22.88,
                "profit_sb_percentage": -0.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f4da51f1-ae95-4386-926f-3651b516b91b",
                    "gambit_id": "e6278477-228a-4300-bd8c-8be203935f8e",
                    "last_updated": "2022-10-03T11:22:20.785364-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.12000",
                    "odds": "1.12500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026a31a9-59db-4737-9e1e-b6152eebc99c/?format=api"
                },
                {
                    "id": "49d6680e-1242-46da-b1bf-cad2c5dc578b",
                    "gambit_id": "f609abb7-837c-49ec-a7c1-b9656c9f06c9",
                    "last_updated": "2022-10-03T11:22:20.786339-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Stanford",
                    "reward": "6.17000",
                    "odds": "6.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/026a31a9-59db-4737-9e1e-b6152eebc99c/?format=api"
                }
            ]
        },
        {
            "id": "0ac2351e-1648-4eb0-bcfc-e3ce094d284c",
            "match": "https://api-prod.gambitprofit.com/api/matches/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?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": "Stanford",
                        "amount": 5000.0
                    },
                    {
                        "team": "Oregon",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "9253d63f-091c-4a0b-b10d-b79166d02b0c",
                    "gambit_id": "2de107ee-04e0-44e3-819e-9f6cf1b5f421",
                    "last_updated": "2022-10-03T11:22:20.789334-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Stanford",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "17.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac2351e-1648-4eb0-bcfc-e3ce094d284c/?format=api"
                },
                {
                    "id": "bdd29861-8059-4ad4-979f-feb2cd080132",
                    "gambit_id": "ebba66af-efeb-45c1-b123-0df7765ac674",
                    "last_updated": "2022-10-03T11:22:20.788314-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-17.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0ac2351e-1648-4eb0-bcfc-e3ce094d284c/?format=api"
                }
            ]
        },
        {
            "id": "ec16d6c8-ebbb-41c9-ace2-4092a8f678fc",
            "match": "https://api-prod.gambitprofit.com/api/matches/f2fe82aa-2725-4f1d-8baf-8d803f0b8016/?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 63.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 63.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": -250.0,
                "profit_sb_percentage": -2.63,
                "recommended": false
            },
            "lines": [
                {
                    "id": "22ca500b-0ac5-4b4d-9d5e-ce3bf7d13cf2",
                    "gambit_id": "3d5439b3-cea2-4d89-816f-1ccdd8ed13b4",
                    "last_updated": "2022-10-03T11:22:20.783055-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 63.5",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "63.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec16d6c8-ebbb-41c9-ace2-4092a8f678fc/?format=api"
                },
                {
                    "id": "4084873c-c3f1-4a69-8aa7-c7f53fb271c9",
                    "gambit_id": "ccff4637-081b-4588-964a-b47397e262ae",
                    "last_updated": "2022-10-03T11:22:20.781856-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 63.5",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "63.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec16d6c8-ebbb-41c9-ace2-4092a8f678fc/?format=api"
                }
            ]
        }
    ]
}