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/1bb5b65d-d099-43ee-a0f0-0d2ca6d46453/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bb5b65d-d099-43ee-a0f0-0d2ca6d46453",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "abbc786c-9e9f-46be-a3d6-768241be1721",
    "completed": true,
    "last_updated": "2022-12-02T10:12:17.085849-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.37,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/abbc786c-9e9f-46be-a3d6-768241be1721",
    "datetime": "2022-12-01T20:15:00-05:00",
    "cutoff_datetime": "2022-12-01T20:15:00-05:00",
    "name": "Buffalo Bills v. New England Patriots",
    "bettypes": [
        {
            "id": "f01540c4-0d00-429d-8fb6-b541006b7649",
            "match": "https://api-prod.gambitprofit.com/api/matches/1bb5b65d-d099-43ee-a0f0-0d2ca6d46453/?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": "Buffalo Bills",
                        "amount": 6336.0
                    },
                    {
                        "team": "New England Patriots",
                        "amount": 3664.0
                    }
                ],
                "expected_reward_tokens": 9123.36,
                "profit_sb": 123.36,
                "profit_sb_percentage": 1.37,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b44f077f-3641-41cf-b089-5175579a1e7a",
                    "gambit_id": "686590a1-203a-46a1-a07e-fabedfda1bef",
                    "last_updated": "2022-12-02T10:12:17.093755-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.44000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f01540c4-0d00-429d-8fb6-b541006b7649/?format=api"
                },
                {
                    "id": "6875d9de-a1ba-4ce2-a10b-12025db40834",
                    "gambit_id": "5f532b10-f13f-4abf-89f6-813d111f2cca",
                    "last_updated": "2022-12-02T10:12:17.092637-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "2.49000",
                    "odds": "2.70000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f01540c4-0d00-429d-8fb6-b541006b7649/?format=api"
                }
            ]
        },
        {
            "id": "b5fcac11-151c-40b6-ac4f-759b64247b05",
            "match": "https://api-prod.gambitprofit.com/api/matches/1bb5b65d-d099-43ee-a0f0-0d2ca6d46453/?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": "Buffalo Bills",
                        "amount": 5000.0
                    },
                    {
                        "team": "New England Patriots",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d88d48e3-1faa-46cd-ae01-bcae4ca9e875",
                    "gambit_id": "803010a8-3819-4982-a80e-09fed5a73fbd",
                    "last_updated": "2022-12-02T10:12:17.096881-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5fcac11-151c-40b6-ac4f-759b64247b05/?format=api"
                },
                {
                    "id": "66a78bbe-31e9-485f-9702-c8a590d0784b",
                    "gambit_id": "f40ca4f6-6b07-4e68-81ef-d2b51085abbc",
                    "last_updated": "2022-12-02T10:12:17.095877-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "4.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5fcac11-151c-40b6-ac4f-759b64247b05/?format=api"
                }
            ]
        },
        {
            "id": "f08d74fc-a1cf-436e-bef8-6d2431b3ae9d",
            "match": "https://api-prod.gambitprofit.com/api/matches/1bb5b65d-d099-43ee-a0f0-0d2ca6d46453/?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 44",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 44",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "a0556cae-c4e4-4e42-a9f0-adfdaab76d76",
                    "gambit_id": "8c390f7b-a4f9-470a-8184-7d4c91682cdd",
                    "last_updated": "2022-12-02T10:12:17.089500-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f08d74fc-a1cf-436e-bef8-6d2431b3ae9d/?format=api"
                },
                {
                    "id": "f9d9d661-5732-460d-9cd9-8653a72af2e8",
                    "gambit_id": "173228f8-55ec-4939-9858-16124bb341d4",
                    "last_updated": "2022-12-02T10:12:17.090610-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 44",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "44.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f08d74fc-a1cf-436e-bef8-6d2431b3ae9d/?format=api"
                }
            ]
        }
    ]
}