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/31130902-03da-49c9-a150-c1a8dc8ea21a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31130902-03da-49c9-a150-c1a8dc8ea21a",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "2a268036-1d5d-4085-8bf5-d3a2e7ae0739",
    "completed": true,
    "last_updated": "2023-04-23T12:41:53.472938-04:00",
    "created_at": "2023-04-22T13:06:59.840876-04:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "MLB",
    "sport": "Baseball",
    "url": "https://app.gambitrewards.com/match/2a268036-1d5d-4085-8bf5-d3a2e7ae0739",
    "datetime": "2023-04-22T19:05:00-04:00",
    "cutoff_datetime": "2023-04-22T19:05:00-04:00",
    "name": "OAK (S Fujinami) v. TEX (A Heaney)",
    "bettypes": [
        {
            "id": "80697d56-2474-47ff-88ce-0148d9ab21e5",
            "match": "https://api-prod.gambitprofit.com/api/matches/31130902-03da-49c9-a150-c1a8dc8ea21a/?format=api",
            "name": "Pick the Winner",
            "created_at": "2023-04-22T13:06:59.858689-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": 6833.0
                    },
                    {
                        "team": "OAK (S Fujinami)",
                        "amount": 3167.0
                    }
                ],
                "expected_reward_tokens": 9564.34,
                "profit_sb": 64.34,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "d16cc9a7-d880-434f-b112-6c29c87d1387",
                    "gambit_id": "af1e0945-86f0-4a98-b8a2-013b8dc9a45b",
                    "last_updated": "2023-04-23T12:41:53.491869-04:00",
                    "created_at": "2023-04-22T13:06:59.860436-04:00",
                    "name": "TEX (A Heaney)",
                    "reward": "1.40000",
                    "odds": "1.41670",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80697d56-2474-47ff-88ce-0148d9ab21e5/?format=api"
                },
                {
                    "id": "0631d1da-891c-4299-abf4-aeb3ebd9855f",
                    "gambit_id": "e52d248c-abe8-4793-8382-ed1f1f7d991b",
                    "last_updated": "2023-04-23T12:41:53.494208-04:00",
                    "created_at": "2023-04-22T13:06:59.862359-04:00",
                    "name": "OAK (S Fujinami)",
                    "reward": "3.02000",
                    "odds": "3.10000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80697d56-2474-47ff-88ce-0148d9ab21e5/?format=api"
                }
            ]
        },
        {
            "id": "ebd531bf-a435-4e24-a95d-4f6b30583e73",
            "match": "https://api-prod.gambitprofit.com/api/matches/31130902-03da-49c9-a150-c1a8dc8ea21a/?format=api",
            "name": "Play the Odds",
            "created_at": "2023-04-22T13:06:59.852071-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",
                        "amount": 5213.0
                    },
                    {
                        "team": "OAK",
                        "amount": 4787.0
                    }
                ],
                "expected_reward_tokens": 9382.52,
                "profit_sb": -117.48,
                "profit_sb_percentage": -1.24,
                "recommended": false
            },
            "lines": [
                {
                    "id": "c92b87a5-b179-4951-b8ae-5e8de282ccd8",
                    "gambit_id": "3170e512-e171-433f-a7b0-530f392aee9d",
                    "last_updated": "2023-04-23T12:41:53.485300-04:00",
                    "created_at": "2023-04-22T13:06:59.854411-04:00",
                    "name": "TEX",
                    "reward": "1.80000",
                    "odds": "1.83330",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebd531bf-a435-4e24-a95d-4f6b30583e73/?format=api"
                },
                {
                    "id": "56519d89-6ec0-40e7-8201-055ccaa7bef4",
                    "gambit_id": "4a1b3b06-4ffc-4407-8663-a22279816fb1",
                    "last_updated": "2023-04-23T12:41:53.487469-04:00",
                    "created_at": "2023-04-22T13:06:59.856815-04:00",
                    "name": "OAK",
                    "reward": "1.96000",
                    "odds": "2.00000",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ebd531bf-a435-4e24-a95d-4f6b30583e73/?format=api"
                }
            ]
        },
        {
            "id": "18b0368d-57b9-4bb2-99e0-50c357aeccb5",
            "match": "https://api-prod.gambitprofit.com/api/matches/31130902-03da-49c9-a150-c1a8dc8ea21a/?format=api",
            "name": "Over/Under",
            "created_at": "2023-04-22T13:06:59.844811-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 8.5",
                        "amount": 5317.0
                    },
                    {
                        "team": "Game Total Under 8.5",
                        "amount": 4683.0
                    }
                ],
                "expected_reward_tokens": 9411.09,
                "profit_sb": -88.91,
                "profit_sb_percentage": -0.94,
                "recommended": false
            },
            "lines": [
                {
                    "id": "ed34d3f2-6018-4098-87e0-5d0333151357",
                    "gambit_id": "533425cd-ee88-418e-8ee3-c45a44e35d95",
                    "last_updated": "2023-04-23T12:41:53.480868-04:00",
                    "created_at": "2023-04-22T13:06:59.849881-04:00",
                    "name": "Game Total Over 8.5",
                    "reward": "1.77000",
                    "odds": "1.80000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b0368d-57b9-4bb2-99e0-50c357aeccb5/?format=api"
                },
                {
                    "id": "debdd0a1-0091-4289-b7ef-491f75d33757",
                    "gambit_id": "4c1d6b00-bb80-44c6-91dc-80162efa4f00",
                    "last_updated": "2023-04-23T12:41:53.478634-04:00",
                    "created_at": "2023-04-22T13:06:59.847356-04:00",
                    "name": "Game Total Under 8.5",
                    "reward": "2.01000",
                    "odds": "2.05000",
                    "spread": "8.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18b0368d-57b9-4bb2-99e0-50c357aeccb5/?format=api"
                }
            ]
        }
    ]
}