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/f3956b60-27c6-4155-8927-dcda1bde9275/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3956b60-27c6-4155-8927-dcda1bde9275",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "3ed12b12-79cc-4250-a5f8-ce0e0aeeccfd",
    "completed": true,
    "last_updated": "2022-12-22T10:02:15.858966-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.13,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/3ed12b12-79cc-4250-a5f8-ce0e0aeeccfd",
    "datetime": "2022-12-21T21:00:00-05:00",
    "cutoff_datetime": "2022-12-21T21:00:00-05:00",
    "name": "South Alabama v. Western Kentucky",
    "bettypes": [
        {
            "id": "2f97723b-008c-4510-a87d-a419a7c04b21",
            "match": "https://api-prod.gambitprofit.com/api/matches/f3956b60-27c6-4155-8927-dcda1bde9275/?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": "South Alabama",
                        "amount": 6170.0
                    },
                    {
                        "team": "Western Kentucky",
                        "amount": 3830.0
                    }
                ],
                "expected_reward_tokens": 9192.0,
                "profit_sb": 192.0,
                "profit_sb_percentage": 2.13,
                "recommended": true
            },
            "lines": [
                {
                    "id": "22a16b7b-5c13-4d7f-9ebc-c961d1b84c00",
                    "gambit_id": "97c4ce8b-0a78-483e-984b-7d8891d514ed",
                    "last_updated": "2022-12-22T10:02:15.868063-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.49000",
                    "odds": "1.55560",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f97723b-008c-4510-a87d-a419a7c04b21/?format=api"
                },
                {
                    "id": "297b2b8a-5614-4112-b491-45c98182fd92",
                    "gambit_id": "16cf32b7-5eaf-47d7-a7bf-8a315a551868",
                    "last_updated": "2022-12-22T10:02:15.866961-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "2.40000",
                    "odds": "2.60000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f97723b-008c-4510-a87d-a419a7c04b21/?format=api"
                }
            ]
        },
        {
            "id": "164c9c46-a45f-457e-9198-ae15cd136911",
            "match": "https://api-prod.gambitprofit.com/api/matches/f3956b60-27c6-4155-8927-dcda1bde9275/?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": "South Alabama",
                        "amount": 5000.0
                    },
                    {
                        "team": "Western Kentucky",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "cb59717f-330f-4996-b505-ecbe56c7e9c8",
                    "gambit_id": "3501ecfb-9a08-432b-a508-1d693bd400c7",
                    "last_updated": "2022-12-22T10:02:15.870220-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "South Alabama",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164c9c46-a45f-457e-9198-ae15cd136911/?format=api"
                },
                {
                    "id": "46129b5d-5e32-4061-b4c6-ac1df23e3d10",
                    "gambit_id": "a0e270a3-107b-4484-9754-5087181c5932",
                    "last_updated": "2022-12-22T10:02:15.871272-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/164c9c46-a45f-457e-9198-ae15cd136911/?format=api"
                }
            ]
        },
        {
            "id": "ef477e07-a450-4bed-89f8-1b6132494ce9",
            "match": "https://api-prod.gambitprofit.com/api/matches/f3956b60-27c6-4155-8927-dcda1bde9275/?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 58",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 58",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "141448b7-e034-4a5c-b692-3d0fb8d56776",
                    "gambit_id": "2742c027-36d0-4bd7-b1a3-e48823bd88f1",
                    "last_updated": "2022-12-22T10:02:15.863508-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 58",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef477e07-a450-4bed-89f8-1b6132494ce9/?format=api"
                },
                {
                    "id": "0001aad3-9cd2-46b6-8a75-bfeb28541f27",
                    "gambit_id": "ea3a50aa-79a0-4490-a92a-029a4ebd7507",
                    "last_updated": "2022-12-22T10:02:15.864687-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 58",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "58.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef477e07-a450-4bed-89f8-1b6132494ce9/?format=api"
                }
            ]
        }
    ]
}