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/7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "b3448f17-0b3e-4677-9a56-3618f0ea10c8",
    "completed": true,
    "last_updated": "2023-06-17T14:52:58.268611-04:00",
    "created_at": "2023-06-16T08:22:59.785870-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.7,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/b3448f17-0b3e-4677-9a56-3618f0ea10c8",
    "datetime": "2023-06-16T21:40:00-04:00",
    "cutoff_datetime": "2023-06-16T21:40:00-04:00",
    "name": "TAM (S McClanahan) v. SDG (Y Darvish)",
    "bettypes": [
        {
            "id": "9ff29830-6085-4224-a9a2-ea2d2ab14a00",
            "match": "https://api-prod.gambitprofit.com/api/matches/7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-06-16T08:22:59.788774-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": "SDG (Y Darvish)",
                        "amount": 5144.0
                    },
                    {
                        "team": "TAM (S McClanahan)",
                        "amount": 4856.0
                    }
                ],
                "expected_reward_tokens": 9566.32,
                "profit_sb": 66.32,
                "profit_sb_percentage": 0.7,
                "recommended": true
            },
            "lines": [
                {
                    "id": "f775b7f5-5f61-4714-8e09-36107bfd0235",
                    "gambit_id": "73b8d846-7165-4cce-aa97-36913cad8d23",
                    "last_updated": "2023-06-17T14:52:58.275272-04:00",
                    "created_at": "2023-06-16T08:22:59.792902-04:00",
                    "name": "SDG (Y Darvish)",
                    "reward": "1.86000",
                    "odds": "1.90090",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ff29830-6085-4224-a9a2-ea2d2ab14a00/?format=api"
                },
                {
                    "id": "7c31bd2b-8b99-4ca0-a56c-f2cc655e602f",
                    "gambit_id": "d8f12e2c-ec46-48f0-8072-e5a38dc95596",
                    "last_updated": "2023-06-17T14:52:58.273093-04:00",
                    "created_at": "2023-06-16T08:22:59.790806-04:00",
                    "name": "TAM (S McClanahan)",
                    "reward": "1.97000",
                    "odds": "2.01000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9ff29830-6085-4224-a9a2-ea2d2ab14a00/?format=api"
                }
            ]
        },
        {
            "id": "6b6b26a2-0f88-4eca-adc2-b9c34edc5e62",
            "match": "https://api-prod.gambitprofit.com/api/matches/7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-06-16T08:22:59.795119-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": "SDG",
                        "amount": 6241.0
                    },
                    {
                        "team": "TAM",
                        "amount": 3759.0
                    }
                ],
                "expected_reward_tokens": 9547.86,
                "profit_sb": 47.86,
                "profit_sb_percentage": 0.5,
                "recommended": true
            },
            "lines": [
                {
                    "id": "521c1ec2-ca20-4869-83f4-fb34c8888555",
                    "gambit_id": "de163b9d-b0c8-485c-bbbc-b552fdd1b2df",
                    "last_updated": "2023-06-17T14:52:58.280935-04:00",
                    "created_at": "2023-06-16T08:22:59.799591-04:00",
                    "name": "SDG",
                    "reward": "1.53000",
                    "odds": "1.55560",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b6b26a2-0f88-4eca-adc2-b9c34edc5e62/?format=api"
                },
                {
                    "id": "c131bdbb-d103-441d-b744-8c4274f4dc35",
                    "gambit_id": "2dd56296-c638-400a-b2df-beb7a61b59ba",
                    "last_updated": "2023-06-17T14:52:58.279203-04:00",
                    "created_at": "2023-06-16T08:22:59.797391-04:00",
                    "name": "TAM",
                    "reward": "2.54000",
                    "odds": "2.60000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b6b26a2-0f88-4eca-adc2-b9c34edc5e62/?format=api"
                }
            ]
        },
        {
            "id": "4507ed73-9455-4792-9e55-632adfa71e39",
            "match": "https://api-prod.gambitprofit.com/api/matches/7bb4a34a-dee2-4a5a-bb66-92bc5ca9ce05/?format=api",
            "name": "Over/Under",
            "created_at": "2023-06-16T08:22:59.801403-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 7.5",
                        "amount": 5213.0
                    },
                    {
                        "team": "Game Total Under 7.5",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "594dec5e-48fb-409b-a463-c1a4bc866f80",
                    "gambit_id": "993ec2da-d7d6-466f-bce7-081d9a6d56f9",
                    "last_updated": "2023-06-17T14:52:58.284388-04:00",
                    "created_at": "2023-06-16T08:22:59.803031-04:00",
                    "name": "Game Total Over 7.5",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4507ed73-9455-4792-9e55-632adfa71e39/?format=api"
                },
                {
                    "id": "8eba36cd-74af-4c55-b2e9-043428417f38",
                    "gambit_id": "4ed036d8-1b41-4a5c-a539-953446ba56ae",
                    "last_updated": "2023-06-17T14:52:58.286121-04:00",
                    "created_at": "2023-06-16T08:22:59.804834-04:00",
                    "name": "Game Total Under 7.5",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "7.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4507ed73-9455-4792-9e55-632adfa71e39/?format=api"
                }
            ]
        }
    ]
}