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/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "ba072eef-183c-4b6f-b2d0-c0d3803ff83d",
    "completed": true,
    "last_updated": "2022-10-11T11:56:58.232057-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/ba072eef-183c-4b6f-b2d0-c0d3803ff83d",
    "datetime": "2022-10-09T13:00:00-04:00",
    "cutoff_datetime": "2022-10-09T13:00:00-04:00",
    "name": "Detroit Lions v. New England Patriots",
    "bettypes": [
        {
            "id": "0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb",
            "match": "https://api-prod.gambitprofit.com/api/matches/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?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": "New England Patriots",
                        "amount": 5863.0
                    },
                    {
                        "team": "Detroit Lions",
                        "amount": 4137.0
                    }
                ],
                "expected_reward_tokens": 9556.47,
                "profit_sb": 56.47,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b89c008d-e900-4464-8399-5b7eb2cc26cd",
                    "gambit_id": "85d54700-4e20-4f63-ad29-48d4172ec6da",
                    "last_updated": "2022-10-11T11:56:58.238434-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.63000",
                    "odds": "1.64520",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb/?format=api"
                },
                {
                    "id": "8eea29bb-781b-4b85-b14b-1959ea76c1d9",
                    "gambit_id": "30f680d0-55f8-47e9-ad8c-6c55ec44d1b1",
                    "last_updated": "2022-10-11T11:56:58.239417-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "2.31000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b0f4cd8-e164-4cdc-bc32-4e2b4638b8bb/?format=api"
                }
            ]
        },
        {
            "id": "928e329e-fc6d-4b97-b09c-709b0ad004db",
            "match": "https://api-prod.gambitprofit.com/api/matches/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?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": "Detroit Lions",
                        "amount": 5106.0
                    },
                    {
                        "team": "New England Patriots",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c81336e1-812f-41ea-8196-a51395b1fe03",
                    "gambit_id": "8fac8f4f-0a5a-46a6-b4e9-75ab0e3449c6",
                    "last_updated": "2022-10-11T11:56:58.242362-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Detroit Lions",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928e329e-fc6d-4b97-b09c-709b0ad004db/?format=api"
                },
                {
                    "id": "836b0619-58ed-44af-9fb6-b00af4cca5d1",
                    "gambit_id": "9f04dfce-b195-4ab5-890e-f06dd3b79ee4",
                    "last_updated": "2022-10-11T11:56:58.241366-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "New England Patriots",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/928e329e-fc6d-4b97-b09c-709b0ad004db/?format=api"
                }
            ]
        },
        {
            "id": "6f62dc44-7aa4-4157-bd1c-3dd97536c16a",
            "match": "https://api-prod.gambitprofit.com/api/matches/5b4f56b3-8c0b-434a-9a1d-01e108b8a5a0/?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 47",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 47",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2e8128a0-3bbd-4acc-96aa-5e27ba3f4ee5",
                    "gambit_id": "2dd89aa2-7416-4420-8d33-a6824946025b",
                    "last_updated": "2022-10-11T11:56:58.235414-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f62dc44-7aa4-4157-bd1c-3dd97536c16a/?format=api"
                },
                {
                    "id": "b62be836-9e87-4c76-87fb-3213bc7eda0d",
                    "gambit_id": "74c088bb-aad1-486f-86ed-d05c6bcdc1ff",
                    "last_updated": "2022-10-11T11:56:58.236431-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "47.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f62dc44-7aa4-4157-bd1c-3dd97536c16a/?format=api"
                }
            ]
        }
    ]
}