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/57bce7c9-245a-40b3-b596-0a44fee09b9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57bce7c9-245a-40b3-b596-0a44fee09b9b",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "a3cfa6b6-be14-47d4-bd60-e2faa314517b",
    "completed": false,
    "last_updated": "2023-05-21T16:02:15.218384-04:00",
    "created_at": "2023-05-14T10:57:06.961414-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.59,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/a3cfa6b6-be14-47d4-bd60-e2faa314517b",
    "datetime": "2023-05-14T16:07:00-04:00",
    "cutoff_datetime": "2023-05-14T16:07:00-04:00",
    "name": "TEX (A Heaney) v. OAK (D Rucinski)",
    "bettypes": [
        {
            "id": "1d9ebf09-92e9-48c2-b072-2ba220c83172",
            "match": "https://api-prod.gambitprofit.com/api/matches/57bce7c9-245a-40b3-b596-0a44fee09b9b/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-05-14T10:57:06.976637-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": "TEX (A Heaney)",
                        "amount": 5827.0
                    },
                    {
                        "team": "OAK (D Rucinski)",
                        "amount": 4173.0
                    }
                ],
                "expected_reward_tokens": 9556.17,
                "profit_sb": 56.17,
                "profit_sb_percentage": 0.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "0924695b-3b26-4830-8fed-dd9576158cbc",
                    "gambit_id": "ad2274fa-4a90-4f1c-b645-5e209aac1a4c",
                    "last_updated": "2023-05-21T16:02:15.235709-04:00",
                    "created_at": "2023-05-14T10:57:06.980062-04:00",
                    "name": "TEX (A Heaney)",
                    "reward": "1.64000",
                    "odds": "1.66670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9ebf09-92e9-48c2-b072-2ba220c83172/?format=api"
                },
                {
                    "id": "641c480a-365f-46d9-bc12-ec9bbafece99",
                    "gambit_id": "80d99fb1-bf8b-4292-b734-a35ad9ce7057",
                    "last_updated": "2023-05-21T16:02:15.233588-04:00",
                    "created_at": "2023-05-14T10:57:06.978270-04:00",
                    "name": "OAK (D Rucinski)",
                    "reward": "2.29000",
                    "odds": "2.35000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d9ebf09-92e9-48c2-b072-2ba220c83172/?format=api"
                }
            ]
        },
        {
            "id": "ced84cc1-8262-4a15-8489-c38d6657d052",
            "match": "https://api-prod.gambitprofit.com/api/matches/57bce7c9-245a-40b3-b596-0a44fee09b9b/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-05-14T10:57:06.969471-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": "OAK",
                        "amount": 5423.0
                    },
                    {
                        "team": "TEX",
                        "amount": 4577.0
                    }
                ],
                "expected_reward_tokens": 9381.79,
                "profit_sb": -118.21,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "bc8b30ad-fe19-4ba0-9bc3-201e8159cfb7",
                    "gambit_id": "71352549-9843-4240-8bdf-a905a0d92026",
                    "last_updated": "2023-05-21T16:02:15.230029-04:00",
                    "created_at": "2023-05-14T10:57:06.973904-04:00",
                    "name": "OAK",
                    "reward": "1.73000",
                    "odds": "1.76920",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced84cc1-8262-4a15-8489-c38d6657d052/?format=api"
                },
                {
                    "id": "7a2cf688-1ea8-4b63-b8ba-e6253d0af0bb",
                    "gambit_id": "2d10d404-107d-4e85-a125-35dafdd24f75",
                    "last_updated": "2023-05-21T16:02:15.228539-04:00",
                    "created_at": "2023-05-14T10:57:06.971521-04:00",
                    "name": "TEX",
                    "reward": "2.05000",
                    "odds": "2.10000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ced84cc1-8262-4a15-8489-c38d6657d052/?format=api"
                }
            ]
        },
        {
            "id": "6e1a3cec-5c41-4e1c-b039-62a0c788f232",
            "match": "https://api-prod.gambitprofit.com/api/matches/57bce7c9-245a-40b3-b596-0a44fee09b9b/?format=api",
            "name": "Over/Under",
            "created_at": "2023-05-14T10:57:06.963655-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 Over 9",
                        "amount": 5214.0
                    },
                    {
                        "team": "Game Total Under 9",
                        "amount": 4786.0
                    }
                ],
                "expected_reward_tokens": 9332.7,
                "profit_sb": -167.3,
                "profit_sb_percentage": -1.76,
                "recommended": false
            },
            "lines": [
                {
                    "id": "f267f257-8fa5-4d62-acdb-aac3c0778aa2",
                    "gambit_id": "4e3df4b3-f143-44d3-9a8d-9d50d9092109",
                    "last_updated": "2023-05-21T16:02:15.223137-04:00",
                    "created_at": "2023-05-14T10:57:06.965478-04:00",
                    "name": "Game Total Over 9",
                    "reward": "1.79000",
                    "odds": "1.83330",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e1a3cec-5c41-4e1c-b039-62a0c788f232/?format=api"
                },
                {
                    "id": "d0836576-d569-486a-8fb3-665b3916ebf5",
                    "gambit_id": "80da8564-324f-424c-87d3-81870a362fea",
                    "last_updated": "2023-05-21T16:02:15.224893-04:00",
                    "created_at": "2023-05-14T10:57:06.967489-04:00",
                    "name": "Game Total Under 9",
                    "reward": "1.95000",
                    "odds": "2.00000",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e1a3cec-5c41-4e1c-b039-62a0c788f232/?format=api"
                }
            ]
        }
    ]
}