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/6466a63a-3162-47c7-9828-91b7776d37c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6466a63a-3162-47c7-9828-91b7776d37c0",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a0b221d6-4708-4e06-bd52-7148bfc8adb6",
    "completed": true,
    "last_updated": "2022-09-20T08:32:11.416148-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.8,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a0b221d6-4708-4e06-bd52-7148bfc8adb6",
    "datetime": "2022-09-19T19:15:00-04:00",
    "cutoff_datetime": "2022-09-19T19:15:00-04:00",
    "name": "Tennessee Titans v. Buffalo Bills",
    "bettypes": [
        {
            "id": "e53fa1ee-0019-4815-be52-9c6906254215",
            "match": "https://api-prod.gambitprofit.com/api/matches/6466a63a-3162-47c7-9828-91b7776d37c0/?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": 7776.0
                    },
                    {
                        "team": "Tennessee Titans",
                        "amount": 2224.0
                    }
                ],
                "expected_reward_tokens": 9251.84,
                "profit_sb": 251.84,
                "profit_sb_percentage": 2.8,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a0d6dcde-bd66-4868-8360-b764e39cefa1",
                    "gambit_id": "778f7ff4-5e7a-4e6b-a026-14e201cf0569",
                    "last_updated": "2022-09-20T08:32:11.422132-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.19000",
                    "odds": "1.21740",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e53fa1ee-0019-4815-be52-9c6906254215/?format=api"
                },
                {
                    "id": "671b4ddb-199e-4fb5-a232-b85345c87f73",
                    "gambit_id": "df9baef1-1fde-4a5b-a52d-0c4968d71ea0",
                    "last_updated": "2022-09-20T08:32:11.423103-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee Titans",
                    "reward": "4.16000",
                    "odds": "4.55000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e53fa1ee-0019-4815-be52-9c6906254215/?format=api"
                }
            ]
        },
        {
            "id": "44674535-2348-46ef-9427-0f766f2e6712",
            "match": "https://api-prod.gambitprofit.com/api/matches/6466a63a-3162-47c7-9828-91b7776d37c0/?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": "Tennessee Titans",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "780dde09-8fd1-4be5-9d66-e301d49ddcd6",
                    "gambit_id": "cf6f262b-7fc9-49f5-82a2-2aee6836a130",
                    "last_updated": "2022-09-20T08:32:11.425049-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Buffalo Bills",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44674535-2348-46ef-9427-0f766f2e6712/?format=api"
                },
                {
                    "id": "6b3d375a-f075-4960-a836-b5e81fc0dbf3",
                    "gambit_id": "4349a0be-17ef-4e4d-9c29-e5e0edb32733",
                    "last_updated": "2022-09-20T08:32:11.426066-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee Titans",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44674535-2348-46ef-9427-0f766f2e6712/?format=api"
                }
            ]
        },
        {
            "id": "0eb3a397-9da8-484b-9887-683493aff5b2",
            "match": "https://api-prod.gambitprofit.com/api/matches/6466a63a-3162-47c7-9828-91b7776d37c0/?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.5",
                        "amount": 5110.0
                    },
                    {
                        "team": "Game Total Over 47.5",
                        "amount": 4890.0
                    }
                ],
                "expected_reward_tokens": 9044.7,
                "profit_sb": 44.7,
                "profit_sb_percentage": 0.5,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2c7f6770-a5a5-440b-9e79-4670e18a53f2",
                    "gambit_id": "b1aa66f2-b211-496e-9b0e-7a691ae1cb8e",
                    "last_updated": "2022-09-20T08:32:11.418985-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47.5",
                    "reward": "1.77000",
                    "odds": "1.86960",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb3a397-9da8-484b-9887-683493aff5b2/?format=api"
                },
                {
                    "id": "d2a0d0ab-4d58-43ce-aacc-1e22e2f71fbe",
                    "gambit_id": "0f971ed8-57a0-4735-8c7d-ff77fa09733b",
                    "last_updated": "2022-09-20T08:32:11.420165-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47.5",
                    "reward": "1.85000",
                    "odds": "1.95240",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eb3a397-9da8-484b-9887-683493aff5b2/?format=api"
                }
            ]
        }
    ]
}