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/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ab1a331-1807-4b7f-be78-b25ea6bbf7af",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "6b92291e-7df2-4346-a6a0-dce9494fb4bb",
    "completed": true,
    "last_updated": "2023-06-14T11:23:21.792093-04:00",
    "created_at": "2023-06-13T09:08:19.541195-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.75,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/6b92291e-7df2-4346-a6a0-dce9494fb4bb",
    "datetime": "2023-06-13T19:10:00-04:00",
    "cutoff_datetime": "2023-06-13T19:10:00-04:00",
    "name": "COL (C Anderson) v. BOS (K Crawford)",
    "bettypes": [
        {
            "id": "282e7996-93dc-4e50-b147-e5791ab2a67c",
            "match": "https://api-prod.gambitprofit.com/api/matches/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-13T09:08:19.544486-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": "BOS (K Crawford)",
                        "amount": 6557.0
                    },
                    {
                        "team": "COL (C Anderson)",
                        "amount": 3443.0
                    }
                ],
                "expected_reward_tokens": 9571.54,
                "profit_sb": 71.54,
                "profit_sb_percentage": 0.75,
                "recommended": true
            },
            "lines": [
                {
                    "id": "56a71543-3ed1-4116-9b8e-a7202f5cd6c6",
                    "gambit_id": "cfc7141c-cf3b-4a99-879f-a21dc335922d",
                    "last_updated": "2023-06-14T11:23:21.800393-04:00",
                    "created_at": "2023-06-13T09:08:19.549229-04:00",
                    "name": "BOS (K Crawford)",
                    "reward": "1.46000",
                    "odds": "1.47620",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/282e7996-93dc-4e50-b147-e5791ab2a67c/?format=api"
                },
                {
                    "id": "46a4faf4-f5b7-4ba1-86e4-9591e40b0bae",
                    "gambit_id": "fa631842-8b83-4a82-ae20-302319b109fc",
                    "last_updated": "2023-06-14T11:23:21.797892-04:00",
                    "created_at": "2023-06-13T09:08:19.546988-04:00",
                    "name": "COL (C Anderson)",
                    "reward": "2.78000",
                    "odds": "2.85000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/282e7996-93dc-4e50-b147-e5791ab2a67c/?format=api"
                }
            ]
        },
        {
            "id": "a1413970-7e3a-4baf-8c23-5261d45ed23b",
            "match": "https://api-prod.gambitprofit.com/api/matches/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-13T09:08:19.551919-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": "COL",
                        "amount": 5000.0
                    },
                    {
                        "team": "BOS",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9350.0,
                "profit_sb": -150.0,
                "profit_sb_percentage": -1.58,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b6f79803-ba57-4993-ac69-d77e7eead0d6",
                    "gambit_id": "509f484a-c211-4393-9a9f-e697e2d36b52",
                    "last_updated": "2023-06-14T11:23:21.803951-04:00",
                    "created_at": "2023-06-13T09:08:19.554208-04:00",
                    "name": "COL",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1413970-7e3a-4baf-8c23-5261d45ed23b/?format=api"
                },
                {
                    "id": "15dd611d-9125-4604-86d4-9e6908f977d1",
                    "gambit_id": "91dc787e-fa10-4d38-b8d8-6a2654b5d1cf",
                    "last_updated": "2023-06-14T11:23:21.805810-04:00",
                    "created_at": "2023-06-13T09:08:19.556476-04:00",
                    "name": "BOS",
                    "reward": "1.87000",
                    "odds": "1.90910",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1413970-7e3a-4baf-8c23-5261d45ed23b/?format=api"
                }
            ]
        },
        {
            "id": "87fe1750-6ce9-4098-a64d-6bfd5c141bd2",
            "match": "https://api-prod.gambitprofit.com/api/matches/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-13T09:08:19.558866-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 9",
                        "amount": 5107.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4893.0
                    }
                ],
                "expected_reward_tokens": 9345.63,
                "profit_sb": -154.37,
                "profit_sb_percentage": -1.62,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cfeb4965-98d0-4c70-8cd0-06c53e77ebb8",
                    "gambit_id": "34ba09cf-1028-4f15-9ee6-afd157cab541",
                    "last_updated": "2023-06-14T11:23:21.811308-04:00",
                    "created_at": "2023-06-13T09:08:19.563605-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.83000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87fe1750-6ce9-4098-a64d-6bfd5c141bd2/?format=api"
                },
                {
                    "id": "e37fd4c8-03ba-470b-b40b-826c680f409d",
                    "gambit_id": "e5d0e0fd-f2fe-40e6-8c66-8b1f6b31fc63",
                    "last_updated": "2023-06-14T11:23:21.809307-04:00",
                    "created_at": "2023-06-13T09:08:19.561348-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.91000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87fe1750-6ce9-4098-a64d-6bfd5c141bd2/?format=api"
                }
            ]
        }
    ]
}