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/beaa141f-a982-4a75-a839-74f493f315cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "beaa141f-a982-4a75-a839-74f493f315cb",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3754bd15-9ae5-4b99-9115-bf121a372511",
    "completed": true,
    "last_updated": "2022-08-31T11:52:17.488725-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.36,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/3754bd15-9ae5-4b99-9115-bf121a372511",
    "datetime": "2022-08-30T19:40:00-04:00",
    "cutoff_datetime": "2022-08-30T19:40:00-04:00",
    "name": "BOS (K Crawford) v. MIN (C Archer)",
    "bettypes": [
        {
            "id": "b4957349-5f8c-4148-86d7-43ef36c90197",
            "match": "https://api-prod.gambitprofit.com/api/matches/beaa141f-a982-4a75-a839-74f493f315cb/?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": "MIN (C Archer)",
                        "amount": 5440.0
                    },
                    {
                        "team": "BOS (K Crawford)",
                        "amount": 4560.0
                    }
                ],
                "expected_reward_tokens": 9302.4,
                "profit_sb": 302.4,
                "profit_sb_percentage": 3.36,
                "recommended": true
            },
            "lines": [
                {
                    "id": "bf08aea0-f599-48c0-b072-ae1b17a773d2",
                    "gambit_id": "1aef3793-a53d-40fa-ba2a-5566f921db38",
                    "last_updated": "2022-08-31T11:52:17.491399-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MIN (C Archer)",
                    "reward": "1.71000",
                    "odds": "1.79370",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4957349-5f8c-4148-86d7-43ef36c90197/?format=api"
                },
                {
                    "id": "66f4b423-d4e2-4241-9ade-fb386cc79a3d",
                    "gambit_id": "38bc00dd-64c4-4d35-bcba-d60e3b8d99eb",
                    "last_updated": "2022-08-31T11:52:17.491829-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BOS (K Crawford)",
                    "reward": "2.04000",
                    "odds": "2.16000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4957349-5f8c-4148-86d7-43ef36c90197/?format=api"
                }
            ]
        },
        {
            "id": "d99af4b0-6181-45d5-834f-21989825a003",
            "match": "https://api-prod.gambitprofit.com/api/matches/beaa141f-a982-4a75-a839-74f493f315cb/?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": "BOS",
                        "amount": 6183.0
                    },
                    {
                        "team": "MIN",
                        "amount": 3817.0
                    }
                ],
                "expected_reward_tokens": 9274.5,
                "profit_sb": 274.5,
                "profit_sb_percentage": 3.05,
                "recommended": true
            },
            "lines": [
                {
                    "id": "09a1ab97-3dab-4878-8cbc-8f41b27016e9",
                    "gambit_id": "7a127491-4040-462e-a97d-6efd573d9a51",
                    "last_updated": "2022-08-31T11:52:17.490975-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "BOS",
                    "reward": "1.50000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d99af4b0-6181-45d5-834f-21989825a003/?format=api"
                },
                {
                    "id": "f1cb781e-eb51-4d44-9162-4bbdd4e92701",
                    "gambit_id": "9cc5a792-5fdb-4b8f-9295-2f8d90b9a41c",
                    "last_updated": "2022-08-31T11:52:17.490543-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "MIN",
                    "reward": "2.43000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d99af4b0-6181-45d5-834f-21989825a003/?format=api"
                }
            ]
        }
    ]
}