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/217081ae-be1f-4ecd-b3fe-99ad3d866909/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "217081ae-be1f-4ecd-b3fe-99ad3d866909",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "040bfad8-8425-440c-8692-2caaac881e56",
    "completed": true,
    "last_updated": "2022-11-22T09:47:25.982227-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.26,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/040bfad8-8425-440c-8692-2caaac881e56",
    "datetime": "2022-11-21T20:15:00-05:00",
    "cutoff_datetime": "2022-11-21T20:15:00-05:00",
    "name": "San Francisco 49ers v. Arizona Cardinals",
    "bettypes": [
        {
            "id": "dfb99ccf-fcf0-4996-9da4-807373d61d4c",
            "match": "https://api-prod.gambitprofit.com/api/matches/217081ae-be1f-4ecd-b3fe-99ad3d866909/?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": "San Francisco 49ers",
                        "amount": 7670.0
                    },
                    {
                        "team": "Arizona Cardinals",
                        "amount": 2330.0
                    }
                ],
                "expected_reward_tokens": 9203.5,
                "profit_sb": 203.5,
                "profit_sb_percentage": 2.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7da3cdad-ef96-4202-9e63-e908c45ef78b",
                    "gambit_id": "edf8c651-80f4-4e06-a192-71ef792e2acd",
                    "last_updated": "2022-11-22T09:47:25.989200-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Francisco 49ers",
                    "reward": "1.20000",
                    "odds": "1.23260",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfb99ccf-fcf0-4996-9da4-807373d61d4c/?format=api"
                },
                {
                    "id": "9037fd86-9933-403b-873e-57f7b9ac299b",
                    "gambit_id": "9df8456d-88db-43bc-97e1-6fb3ae56bbf8",
                    "last_updated": "2022-11-22T09:47:25.988241-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona Cardinals",
                    "reward": "3.95000",
                    "odds": "4.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfb99ccf-fcf0-4996-9da4-807373d61d4c/?format=api"
                }
            ]
        },
        {
            "id": "3a287d27-fb99-4c75-b3c0-157a7ca64df7",
            "match": "https://api-prod.gambitprofit.com/api/matches/217081ae-be1f-4ecd-b3fe-99ad3d866909/?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": "San Francisco 49ers",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arizona Cardinals",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1c685161-cd23-47ab-8f5c-49af45c831f5",
                    "gambit_id": "d1b9096b-2136-4e23-bd13-0e366076837c",
                    "last_updated": "2022-11-22T09:47:25.991190-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "San Francisco 49ers",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a287d27-fb99-4c75-b3c0-157a7ca64df7/?format=api"
                },
                {
                    "id": "64e5961b-3564-45b3-ab13-1cc5bf3868f6",
                    "gambit_id": "5c7690ee-8a1e-47bf-bdec-930f95467ea9",
                    "last_updated": "2022-11-22T09:47:25.992141-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arizona Cardinals",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "9.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a287d27-fb99-4c75-b3c0-157a7ca64df7/?format=api"
                }
            ]
        },
        {
            "id": "32e7ddd1-c87e-4842-a79f-375c32c1485d",
            "match": "https://api-prod.gambitprofit.com/api/matches/217081ae-be1f-4ecd-b3fe-99ad3d866909/?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 43",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 43",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 9021.52,
                "profit_sb": 21.52,
                "profit_sb_percentage": 0.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5a5502aa-5ea8-4ac3-97f7-0349f364ccbd",
                    "gambit_id": "7b4d2608-172f-4d1e-b7dc-81e1fe54b026",
                    "last_updated": "2022-11-22T09:47:25.986289-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 43",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32e7ddd1-c87e-4842-a79f-375c32c1485d/?format=api"
                },
                {
                    "id": "87d81c1e-1fe5-4e68-960f-ea46cf29829a",
                    "gambit_id": "6c622901-1f00-4b23-b9ff-a0573401ac98",
                    "last_updated": "2022-11-22T09:47:25.985132-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 43",
                    "reward": "1.84000",
                    "odds": "1.95240",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32e7ddd1-c87e-4842-a79f-375c32c1485d/?format=api"
                }
            ]
        }
    ]
}