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/42a8035b-b90c-4495-b879-4e5a751fc49e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42a8035b-b90c-4495-b879-4e5a751fc49e",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "73f5afa8-ca3c-4763-ba2e-9e46fd5e7939",
    "completed": true,
    "last_updated": "2022-10-11T10:42:28.183079-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.33,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/73f5afa8-ca3c-4763-ba2e-9e46fd5e7939",
    "datetime": "2022-10-08T12:00:00-04:00",
    "cutoff_datetime": "2022-10-08T12:00:00-04:00",
    "name": "Arkansas v. Mississippi State",
    "bettypes": [
        {
            "id": "6699e8b5-df06-42d7-aee5-cfdf34e4938b",
            "match": "https://api-prod.gambitprofit.com/api/matches/42a8035b-b90c-4495-b879-4e5a751fc49e/?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": "Mississippi State",
                        "amount": 7221.0
                    },
                    {
                        "team": "Arkansas",
                        "amount": 2779.0
                    }
                ],
                "expected_reward_tokens": 9531.72,
                "profit_sb": 31.72,
                "profit_sb_percentage": 0.33,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9aede019-460c-4eb4-a1a2-a2992b562665",
                    "gambit_id": "1639cb74-7fc2-4b13-bf63-aaa91fc22841",
                    "last_updated": "2022-10-11T10:42:28.188574-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.32000",
                    "odds": "1.33330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6699e8b5-df06-42d7-aee5-cfdf34e4938b/?format=api"
                },
                {
                    "id": "bcf46aca-8a0c-4718-8f01-a39576bd5091",
                    "gambit_id": "4684158f-fbce-4166-87ca-4425ec9471d4",
                    "last_updated": "2022-10-11T10:42:28.189559-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "3.43000",
                    "odds": "3.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6699e8b5-df06-42d7-aee5-cfdf34e4938b/?format=api"
                }
            ]
        },
        {
            "id": "274e4cbe-9015-4b2b-ae37-1c0db1baff0d",
            "match": "https://api-prod.gambitprofit.com/api/matches/42a8035b-b90c-4495-b879-4e5a751fc49e/?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": "Mississippi State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Arkansas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f961d773-f9dc-488b-88de-8a921c3257df",
                    "gambit_id": "32fc9344-1759-4472-afe6-1cab43728e63",
                    "last_updated": "2022-10-11T10:42:28.191512-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/274e4cbe-9015-4b2b-ae37-1c0db1baff0d/?format=api"
                },
                {
                    "id": "8d55bf00-7e38-4a23-b2ca-44a8b563fcfd",
                    "gambit_id": "4a4e5c28-9139-46f4-bb41-32a96501adb8",
                    "last_updated": "2022-10-11T10:42:28.192491-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Arkansas",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "8.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/274e4cbe-9015-4b2b-ae37-1c0db1baff0d/?format=api"
                }
            ]
        },
        {
            "id": "22696bb5-d709-4422-8c6b-37776fafa33f",
            "match": "https://api-prod.gambitprofit.com/api/matches/42a8035b-b90c-4495-b879-4e5a751fc49e/?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 55.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 55.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "df44bd92-1f61-4760-8304-cb62498544f5",
                    "gambit_id": "92593b90-0adb-4a5f-a081-794a870264ae",
                    "last_updated": "2022-10-11T10:42:28.185618-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 55.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "55.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22696bb5-d709-4422-8c6b-37776fafa33f/?format=api"
                },
                {
                    "id": "edc6a471-f870-4b58-9432-bb4399600f19",
                    "gambit_id": "5edc9485-4365-40fc-b29e-08a1cb6bfc53",
                    "last_updated": "2022-10-11T10:42:28.186605-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 55.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "55.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22696bb5-d709-4422-8c6b-37776fafa33f/?format=api"
                }
            ]
        }
    ]
}