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/f70e743b-b296-4f2f-80f4-5f3e385fb238/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f70e743b-b296-4f2f-80f4-5f3e385fb238",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "cf3a16dd-4b59-4384-b291-6fc0a3645c18",
    "completed": true,
    "last_updated": "2022-11-21T10:02:53.192982-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 4.0,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/cf3a16dd-4b59-4384-b291-6fc0a3645c18",
    "datetime": "2022-11-19T16:00:00-05:00",
    "cutoff_datetime": "2022-11-19T16:00:00-05:00",
    "name": "Cincinnati v. Temple",
    "bettypes": [
        {
            "id": "b4d44525-e55c-401b-8edd-0552a1fcd305",
            "match": "https://api-prod.gambitprofit.com/api/matches/f70e743b-b296-4f2f-80f4-5f3e385fb238/?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": "Cincinnati",
                        "amount": 8509.0
                    },
                    {
                        "team": "Temple",
                        "amount": 1491.0
                    }
                ],
                "expected_reward_tokens": 9359.9,
                "profit_sb": 359.9,
                "profit_sb_percentage": 4.0,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d29df2f9-1fae-44ce-821f-8444d3a50575",
                    "gambit_id": "2346ddba-876d-4c8c-a5a4-a2c7819b3a8c",
                    "last_updated": "2022-11-21T10:02:53.196998-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cincinnati",
                    "reward": "1.10000",
                    "odds": "1.11110",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4d44525-e55c-401b-8edd-0552a1fcd305/?format=api"
                },
                {
                    "id": "541164cc-151e-46df-b8f0-6293699cbceb",
                    "gambit_id": "87f6e811-8827-4c59-96ab-888a275d6e2e",
                    "last_updated": "2022-11-21T10:02:53.195723-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "6.28000",
                    "odds": "7.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4d44525-e55c-401b-8edd-0552a1fcd305/?format=api"
                }
            ]
        },
        {
            "id": "a99379fd-1432-4f34-ac5a-6600ef23f0aa",
            "match": "https://api-prod.gambitprofit.com/api/matches/f70e743b-b296-4f2f-80f4-5f3e385fb238/?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": "Temple",
                        "amount": 5000.0
                    },
                    {
                        "team": "Cincinnati",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "225712fd-31f2-4492-97bb-3cd3731d2a21",
                    "gambit_id": "cd80ad33-3b07-470b-aae9-b3a483e145ef",
                    "last_updated": "2022-11-21T10:02:53.199267-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a99379fd-1432-4f34-ac5a-6600ef23f0aa/?format=api"
                },
                {
                    "id": "2faef10a-5848-4f59-a267-380e34646819",
                    "gambit_id": "b3bafed6-898d-4d9d-9f30-87a419924c75",
                    "last_updated": "2022-11-21T10:02:53.200391-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Cincinnati",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-17.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a99379fd-1432-4f34-ac5a-6600ef23f0aa/?format=api"
                }
            ]
        }
    ]
}