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/312e9441-0091-4510-839a-7e1f0e230cd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "312e9441-0091-4510-839a-7e1f0e230cd5",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "bb9c8095-2e74-429a-840d-57652405f787",
    "completed": true,
    "last_updated": "2022-08-13T10:57:04.394314-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.85,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/bb9c8095-2e74-429a-840d-57652405f787",
    "datetime": "2022-08-12T19:05:00-04:00",
    "cutoff_datetime": "2022-08-12T19:05:00-04:00",
    "name": "SDG (M Clevinger) v. WAS (C Abbott)",
    "bettypes": [
        {
            "id": "4a802a0c-be1f-446e-9bcd-cffa6446950e",
            "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?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": "SDG (M Clevinger)",
                        "amount": 6975.0
                    },
                    {
                        "team": "WAS (C Abbott)",
                        "amount": 3025.0
                    }
                ],
                "expected_reward_tokens": 9346.5,
                "profit_sb": 346.5,
                "profit_sb_percentage": 3.85,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6a388914-858b-49ac-afef-9ef884694043",
                    "gambit_id": "f4161253-2fc5-4eb4-837f-c290bf57beaf",
                    "last_updated": "2022-08-13T10:57:04.397955-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "SDG (M Clevinger)",
                    "reward": "1.34000",
                    "odds": "1.37040",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api"
                },
                {
                    "id": "343602d7-b79a-4d0e-815a-4aad35c6d007",
                    "gambit_id": "12084fd5-3273-4cb4-8498-4c85550e5090",
                    "last_updated": "2022-08-13T10:57:04.397454-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "WAS (C Abbott)",
                    "reward": "3.09000",
                    "odds": "3.30000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a802a0c-be1f-446e-9bcd-cffa6446950e/?format=api"
                }
            ]
        },
        {
            "id": "dbc086fa-c322-45e4-8d06-5a7e8e74bcfd",
            "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?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": "SDG",
                        "amount": 6132.0
                    },
                    {
                        "team": "WAS",
                        "amount": 3868.0
                    }
                ],
                "expected_reward_tokens": 9320.64,
                "profit_sb": 320.64,
                "profit_sb_percentage": 3.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "6d00558b-71bc-4b1b-8a54-00545417248a",
                    "gambit_id": "f2fc3cb3-e9ca-48b1-80eb-c2f1b5f2ea08",
                    "last_updated": "2022-08-13T10:57:04.396491-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "SDG",
                    "reward": "1.52000",
                    "odds": "1.57140",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api"
                },
                {
                    "id": "28d34de8-dfb9-4bad-83fe-b0a601753702",
                    "gambit_id": "8b4d3b0f-ad82-4f6c-959f-e43756f6f4f5",
                    "last_updated": "2022-08-13T10:57:04.396980-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "WAS",
                    "reward": "2.41000",
                    "odds": "2.55000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbc086fa-c322-45e4-8d06-5a7e8e74bcfd/?format=api"
                }
            ]
        },
        {
            "id": "5935091f-173c-4c7f-9b8c-afd89f71ccb3",
            "match": "https://api-prod.gambitprofit.com/api/matches/312e9441-0091-4510-839a-7e1f0e230cd5/?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 Under 9",
                        "amount": 5109.0
                    },
                    {
                        "team": "Game Total Over 9",
                        "amount": 4891.0
                    }
                ],
                "expected_reward_tokens": 9145.11,
                "profit_sb": 145.11,
                "profit_sb_percentage": 1.61,
                "recommended": true
            },
            "lines": [
                {
                    "id": "e70ac8e9-854c-484a-90f7-eacd28c00160",
                    "gambit_id": "6665e854-1baa-473f-994c-0e309066b9c9",
                    "last_updated": "2022-08-13T10:57:04.396006-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 9",
                    "reward": "1.79000",
                    "odds": "1.86960",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5935091f-173c-4c7f-9b8c-afd89f71ccb3/?format=api"
                },
                {
                    "id": "dcca3b32-394e-457e-8e0d-d3b9ea0a508b",
                    "gambit_id": "7cf758d0-b3d9-48b4-9f75-a9af0876d9f1",
                    "last_updated": "2022-08-13T10:57:04.395475-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 9",
                    "reward": "1.87000",
                    "odds": "1.95240",
                    "spread": "9.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5935091f-173c-4c7f-9b8c-afd89f71ccb3/?format=api"
                }
            ]
        }
    ]
}