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/e1177370-26aa-4146-a8f6-7465f2398630/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1177370-26aa-4146-a8f6-7465f2398630",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "87c18fdd-03e4-4053-8929-e9ce5d0892c7",
    "completed": true,
    "last_updated": "2022-11-21T09:53:01.634150-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/87c18fdd-03e4-4053-8929-e9ce5d0892c7",
    "datetime": "2022-11-19T19:00:00-05:00",
    "cutoff_datetime": "2022-11-19T19:00:00-05:00",
    "name": "Texas Tech v. Iowa State",
    "bettypes": [
        {
            "id": "05ed0200-c335-4531-baca-93e50b706f07",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1177370-26aa-4146-a8f6-7465f2398630/?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": "Iowa State",
                        "amount": 6042.0
                    },
                    {
                        "team": "Texas Tech",
                        "amount": 3958.0
                    }
                ],
                "expected_reward_tokens": 9182.56,
                "profit_sb": 182.56,
                "profit_sb_percentage": 2.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e5851978-1df0-45f1-886e-95ead511c530",
                    "gambit_id": "1941eab1-9ace-4b3e-a17b-4271f0555a4d",
                    "last_updated": "2022-11-21T09:53:01.636959-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "1.52000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05ed0200-c335-4531-baca-93e50b706f07/?format=api"
                },
                {
                    "id": "cb568dc0-4bf6-43ff-9d21-0620437aec9f",
                    "gambit_id": "29494d38-50e2-4a1b-a85e-3cb23d9d9d32",
                    "last_updated": "2022-11-21T09:53:01.638142-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas Tech",
                    "reward": "2.32000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/05ed0200-c335-4531-baca-93e50b706f07/?format=api"
                }
            ]
        },
        {
            "id": "a8a79558-371b-4196-9a84-5be27ee93910",
            "match": "https://api-prod.gambitprofit.com/api/matches/e1177370-26aa-4146-a8f6-7465f2398630/?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": "Iowa State",
                        "amount": 5000.0
                    },
                    {
                        "team": "Texas Tech",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0da8a4d9-dc72-468c-892f-c90232ee8953",
                    "gambit_id": "d415a5d8-10c1-4add-9dd7-c1ef1c29c3b7",
                    "last_updated": "2022-11-21T09:53:01.640104-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Iowa State",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8a79558-371b-4196-9a84-5be27ee93910/?format=api"
                },
                {
                    "id": "a0140b77-d4b9-47fd-890d-171cafc1aa62",
                    "gambit_id": "9d9aa61a-c6f6-4f8e-b78d-5038ed4f41ef",
                    "last_updated": "2022-11-21T09:53:01.641076-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Texas Tech",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8a79558-371b-4196-9a84-5be27ee93910/?format=api"
                }
            ]
        }
    ]
}