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/08c42df4-7766-45f3-939e-927c180f891f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08c42df4-7766-45f3-939e-927c180f891f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d07a5e59-a149-447f-b547-726fcfd582fc",
    "completed": true,
    "last_updated": "2022-12-12T10:22:13.259620-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.72,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d07a5e59-a149-447f-b547-726fcfd582fc",
    "datetime": "2022-12-11T13:00:00-05:00",
    "cutoff_datetime": "2022-12-11T13:00:00-05:00",
    "name": "Philadelphia Eagles v. New York Giants",
    "bettypes": [
        {
            "id": "cd057b8d-999e-4b1f-90df-a1c65aa8429d",
            "match": "https://api-prod.gambitprofit.com/api/matches/08c42df4-7766-45f3-939e-927c180f891f/?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": "Philadelphia Eagles",
                        "amount": 7209.0
                    },
                    {
                        "team": "New York Giants",
                        "amount": 2791.0
                    }
                ],
                "expected_reward_tokens": 9154.48,
                "profit_sb": 154.48,
                "profit_sb_percentage": 1.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "fe49d08d-f003-4b43-a94d-d480579a62e3",
                    "gambit_id": "e2ecc5cd-7791-4be0-baa0-e62832ea7dc9",
                    "last_updated": "2022-12-12T10:22:13.267128-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.27000",
                    "odds": "1.31250",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd057b8d-999e-4b1f-90df-a1c65aa8429d/?format=api"
                },
                {
                    "id": "088c0134-81fc-40a9-94e7-85c759975f2f",
                    "gambit_id": "96598138-3094-48cb-bd1a-202cff73e172",
                    "last_updated": "2022-12-12T10:22:13.266023-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Giants",
                    "reward": "3.28000",
                    "odds": "3.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd057b8d-999e-4b1f-90df-a1c65aa8429d/?format=api"
                }
            ]
        },
        {
            "id": "58a9d95a-4e92-4f1b-85c4-9905cdba1614",
            "match": "https://api-prod.gambitprofit.com/api/matches/08c42df4-7766-45f3-939e-927c180f891f/?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": "Philadelphia Eagles",
                        "amount": 5097.0
                    },
                    {
                        "team": "New York Giants",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0cf29ef7-5789-473d-bc8d-ba0b5ea5ea13",
                    "gambit_id": "59074b98-a772-4c5a-9216-2a3b01b6c343",
                    "last_updated": "2022-12-12T10:22:13.270436-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Philadelphia Eagles",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "-7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58a9d95a-4e92-4f1b-85c4-9905cdba1614/?format=api"
                },
                {
                    "id": "c129a120-6daf-49c4-9638-6b72c56b2169",
                    "gambit_id": "dbd28a5d-10dd-4499-88ec-a1840258a5cb",
                    "last_updated": "2022-12-12T10:22:13.269331-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New York Giants",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "7.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/58a9d95a-4e92-4f1b-85c4-9905cdba1614/?format=api"
                }
            ]
        },
        {
            "id": "0286acd5-dbf1-43e5-9763-08658ca263c6",
            "match": "https://api-prod.gambitprofit.com/api/matches/08c42df4-7766-45f3-939e-927c180f891f/?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 44.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 44.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "13fdffb2-933e-4b1c-b4ed-79a6ecb5578d",
                    "gambit_id": "22b2a58d-9012-4ad6-a0e3-fb1c98dc52fc",
                    "last_updated": "2022-12-12T10:22:13.263839-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0286acd5-dbf1-43e5-9763-08658ca263c6/?format=api"
                },
                {
                    "id": "829c6cf9-270a-46c0-bb52-47bb516a7854",
                    "gambit_id": "0e1d5938-c387-4640-a8b2-978786c712a3",
                    "last_updated": "2022-12-12T10:22:13.262715-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0286acd5-dbf1-43e5-9763-08658ca263c6/?format=api"
                }
            ]
        }
    ]
}