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/9cb7a133-7b1d-415c-a1f0-77f5aa67dc18/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9cb7a133-7b1d-415c-a1f0-77f5aa67dc18",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "7c0f99e7-ae7c-468b-a802-0794b541ef21",
    "completed": true,
    "last_updated": "2023-09-04T12:48:34.665489-04:00",
    "created_at": "2023-09-02T09:33:16.720151-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.22,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/7c0f99e7-ae7c-468b-a802-0794b541ef21",
    "datetime": "2023-09-02T20:10:00-04:00",
    "cutoff_datetime": "2023-09-02T20:10:00-04:00",
    "name": "TOR (Y Kikuchi) v. COL (T Blach)",
    "bettypes": [
        {
            "id": "1d23cdd9-efb8-47d2-9587-a340a482fda1",
            "match": "https://api-prod.gambitprofit.com/api/matches/9cb7a133-7b1d-415c-a1f0-77f5aa67dc18/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-09-02T09:33:16.731166-04: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": "TOR (Y Kikuchi)",
                        "amount": 6434.0
                    },
                    {
                        "team": "COL (T Blach)",
                        "amount": 3566.0
                    }
                ],
                "expected_reward_tokens": 9521.22,
                "profit_sb": 21.22,
                "profit_sb_percentage": 0.22,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0509419a-501c-4fc6-be42-5b4a853a856e",
                    "gambit_id": "eadbf2c5-ca8d-42c2-aa39-e2be46564a0a",
                    "last_updated": "2023-09-04T12:48:34.674289-04:00",
                    "created_at": "2023-09-02T09:33:16.736141-04:00",
                    "name": "TOR (Y Kikuchi)",
                    "reward": "1.48000",
                    "odds": "1.50000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d23cdd9-efb8-47d2-9587-a340a482fda1/?format=api"
                },
                {
                    "id": "56363067-9aac-454c-aa85-6e21e12ac56a",
                    "gambit_id": "a5e732a5-f4d9-4fe3-819d-8cbafb5ca3a6",
                    "last_updated": "2023-09-04T12:48:34.677878-04:00",
                    "created_at": "2023-09-02T09:33:16.741361-04:00",
                    "name": "COL (T Blach)",
                    "reward": "2.67000",
                    "odds": "2.75000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d23cdd9-efb8-47d2-9587-a340a482fda1/?format=api"
                }
            ]
        },
        {
            "id": "9ac42cc6-cd29-4bbc-be9d-9190a0762182",
            "match": "https://api-prod.gambitprofit.com/api/matches/9cb7a133-7b1d-415c-a1f0-77f5aa67dc18/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-09-02T09:33:16.747195-04: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": "TOR",
                        "amount": 5614.0
                    },
                    {
                        "team": "COL",
                        "amount": 4386.0
                    }
                ],
                "expected_reward_tokens": 9429.9,
                "profit_sb": -70.1,
                "profit_sb_percentage": -0.74,
                "recommended": false
            },
            "lines": [
                {
                    "id": "423f932e-9d9d-4b15-8226-44fdd8d206ea",
                    "gambit_id": "106454cf-7e42-469c-820d-3e268db26d18",
                    "last_updated": "2023-09-04T12:48:34.686404-04:00",
                    "created_at": "2023-09-02T09:33:16.752353-04:00",
                    "name": "TOR",
                    "reward": "1.68000",
                    "odds": "1.71430",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac42cc6-cd29-4bbc-be9d-9190a0762182/?format=api"
                },
                {
                    "id": "a9c49d76-cd9e-4670-a002-05fe14e18698",
                    "gambit_id": "6971f7ea-8000-498a-8b35-398bcd64b1ea",
                    "last_updated": "2023-09-04T12:48:34.690115-04:00",
                    "created_at": "2023-09-02T09:33:16.761801-04:00",
                    "name": "COL",
                    "reward": "2.15000",
                    "odds": "2.20000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ac42cc6-cd29-4bbc-be9d-9190a0762182/?format=api"
                }
            ]
        },
        {
            "id": "549f4929-1148-412b-b964-26a1a96d8175",
            "match": "https://api-prod.gambitprofit.com/api/matches/9cb7a133-7b1d-415c-a1f0-77f5aa67dc18/?format=api",
            "name": "Over/Under",
            "created_at": "2023-09-02T09:33:16.767706-04: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 12",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Over 12",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "1450bb78-e22b-4ae2-a332-a80223982816",
                    "gambit_id": "4d3f4b27-0870-42d7-bb92-c611b764ad77",
                    "last_updated": "2023-09-04T12:48:34.700757-04:00",
                    "created_at": "2023-09-02T09:33:16.775463-04:00",
                    "name": "Game Total Under 12",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/549f4929-1148-412b-b964-26a1a96d8175/?format=api"
                },
                {
                    "id": "f8152d48-add5-4f38-81fc-b884c4bfae1b",
                    "gambit_id": "4101aacb-59db-4337-b6e0-a41a086f92ef",
                    "last_updated": "2023-09-04T12:48:34.697316-04:00",
                    "created_at": "2023-09-02T09:33:16.771433-04:00",
                    "name": "Game Total Over 12",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "12.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/549f4929-1148-412b-b964-26a1a96d8175/?format=api"
                }
            ]
        }
    ]
}