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/45c3562e-4faa-4705-b0fc-2be949720377/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45c3562e-4faa-4705-b0fc-2be949720377",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "1eee3dca-80c6-4911-a0d1-4ce5990484b3",
    "completed": true,
    "last_updated": "2022-10-23T21:41:54.628224-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/1eee3dca-80c6-4911-a0d1-4ce5990484b3",
    "datetime": "2022-10-22T20:00:00-04:00",
    "cutoff_datetime": "2022-10-22T20:00:00-04:00",
    "name": "Kansas State v. TCU",
    "bettypes": [
        {
            "id": "8daf993e-fd20-4b27-bb04-0265f58a193c",
            "match": "https://api-prod.gambitprofit.com/api/matches/45c3562e-4faa-4705-b0fc-2be949720377/?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": "TCU",
                        "amount": 6104.0
                    },
                    {
                        "team": "Kansas State",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "197334bc-2486-44ad-a798-714e896c0d09",
                    "gambit_id": "d5474bff-d4a0-49ab-8995-05a0d4d0c033",
                    "last_updated": "2022-10-23T21:41:54.636565-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TCU",
                    "reward": "1.57000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8daf993e-fd20-4b27-bb04-0265f58a193c/?format=api"
                },
                {
                    "id": "6ff14f37-9505-4234-b75e-86ee57b6a889",
                    "gambit_id": "25b7c23c-e024-4c5e-9adb-1cc05ffdd3cd",
                    "last_updated": "2022-10-23T21:41:54.635375-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "2.46000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8daf993e-fd20-4b27-bb04-0265f58a193c/?format=api"
                }
            ]
        },
        {
            "id": "b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d",
            "match": "https://api-prod.gambitprofit.com/api/matches/45c3562e-4faa-4705-b0fc-2be949720377/?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": "Kansas State",
                        "amount": 5106.0
                    },
                    {
                        "team": "TCU",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "57cfa346-b238-48cf-bed9-ab3c62fa7f35",
                    "gambit_id": "6e027308-b302-416a-99d4-b7617b5a4994",
                    "last_updated": "2022-10-23T21:41:54.638677-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kansas State",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d/?format=api"
                },
                {
                    "id": "04269e80-e267-4eeb-b551-07c7da6b9351",
                    "gambit_id": "d077a052-c781-42a0-8a6d-b6b015009978",
                    "last_updated": "2022-10-23T21:41:54.639714-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "TCU",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6f1d3e9-1418-4ad5-a3dd-0dc1fd09f56d/?format=api"
                }
            ]
        },
        {
            "id": "5bf86938-3b35-4b88-b986-9ec7c925e43d",
            "match": "https://api-prod.gambitprofit.com/api/matches/45c3562e-4faa-4705-b0fc-2be949720377/?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 54.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 54.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "df63d2f3-d0ce-41cc-94c5-8f50a53ba0c6",
                    "gambit_id": "40379382-7020-47c3-a842-b94bf1899160",
                    "last_updated": "2022-10-23T21:41:54.630877-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 54.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bf86938-3b35-4b88-b986-9ec7c925e43d/?format=api"
                },
                {
                    "id": "0b5fbd16-22d5-49f8-a4f4-0855ce8a2340",
                    "gambit_id": "f7557757-2bf4-4a2f-b75d-307854d59ab6",
                    "last_updated": "2022-10-23T21:41:54.631909-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 54.5",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "54.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bf86938-3b35-4b88-b986-9ec7c925e43d/?format=api"
                }
            ]
        }
    ]
}