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/4764ae43-5a71-4448-9bcb-445089bb1150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4764ae43-5a71-4448-9bcb-445089bb1150",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "0ef840e4-c3f9-4954-8142-5bf3ceccd99d",
    "completed": true,
    "last_updated": "2022-10-17T09:56:54.776764-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/0ef840e4-c3f9-4954-8142-5bf3ceccd99d",
    "datetime": "2022-10-15T19:30:00-04:00",
    "cutoff_datetime": "2022-10-15T19:30:00-04:00",
    "name": "Mississippi State v. Kentucky",
    "bettypes": [
        {
            "id": "867e3c32-6cb1-49a6-b01b-b92287360734",
            "match": "https://api-prod.gambitprofit.com/api/matches/4764ae43-5a71-4448-9bcb-445089bb1150/?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": 6104.0
                    },
                    {
                        "team": "Kentucky",
                        "amount": 3896.0
                    }
                ],
                "expected_reward_tokens": 9583.28,
                "profit_sb": 83.28,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "2059726a-9a23-48a1-9b0a-2bb4c9439c1e",
                    "gambit_id": "bd3588f3-6dbc-4563-9313-8c24130ac5a6",
                    "last_updated": "2022-10-17T09:56:54.782671-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.57000",
                    "odds": "1.58820",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867e3c32-6cb1-49a6-b01b-b92287360734/?format=api"
                },
                {
                    "id": "2fc7a527-69a2-4548-bf2b-3813eaf24ed4",
                    "gambit_id": "980440f4-e4aa-4d55-880a-381b68b2247a",
                    "last_updated": "2022-10-17T09:56:54.783616-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kentucky",
                    "reward": "2.46000",
                    "odds": "2.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/867e3c32-6cb1-49a6-b01b-b92287360734/?format=api"
                }
            ]
        },
        {
            "id": "c16f5d7d-5f27-4021-b304-0de03a7f2a05",
            "match": "https://api-prod.gambitprofit.com/api/matches/4764ae43-5a71-4448-9bcb-445089bb1150/?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": "Kentucky",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "7797a53c-430b-4c0c-9ca0-5ed97911b656",
                    "gambit_id": "100af49c-1c92-45c0-86e7-be0c14789664",
                    "last_updated": "2022-10-17T09:56:54.786656-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Mississippi State",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16f5d7d-5f27-4021-b304-0de03a7f2a05/?format=api"
                },
                {
                    "id": "0179d4f0-4042-4f23-b84a-c1bf81dfc5a1",
                    "gambit_id": "1c1325d1-035d-46d3-abeb-56fe55eba225",
                    "last_updated": "2022-10-17T09:56:54.785702-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Kentucky",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c16f5d7d-5f27-4021-b304-0de03a7f2a05/?format=api"
                }
            ]
        },
        {
            "id": "cf8b5fd3-04d5-4834-b437-40cea0945123",
            "match": "https://api-prod.gambitprofit.com/api/matches/4764ae43-5a71-4448-9bcb-445089bb1150/?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 Over 50",
                        "amount": 5106.0
                    },
                    {
                        "team": "Game Total Under 50",
                        "amount": 4894.0
                    }
                ],
                "expected_reward_tokens": 9395.04,
                "profit_sb": -104.96,
                "profit_sb_percentage": -1.1,
                "recommended": false
            },
            "lines": [
                {
                    "id": "3fb9002b-3979-4e7a-840a-220a9c6bba7a",
                    "gambit_id": "f3213d4f-71f6-423b-9d2b-5f436bba1921",
                    "last_updated": "2022-10-17T09:56:54.780568-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50",
                    "reward": "1.84000",
                    "odds": "1.86960",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8b5fd3-04d5-4834-b437-40cea0945123/?format=api"
                },
                {
                    "id": "aa6e93e5-e455-48c3-8b17-03bb68b29760",
                    "gambit_id": "b3325954-e662-452a-93bd-a04cc6d60c8e",
                    "last_updated": "2022-10-17T09:56:54.779503-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50",
                    "reward": "1.92000",
                    "odds": "1.95240",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf8b5fd3-04d5-4834-b437-40cea0945123/?format=api"
                }
            ]
        }
    ]
}