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/b08760d2-ade0-4abc-a775-d6f7bc204ca1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b08760d2-ade0-4abc-a775-d6f7bc204ca1",
    "discount": "0.95",
    "sb_rate": "1.00",
    "gambit_id": "687e62c8-926c-4cb6-824b-ea495dfe14d7",
    "completed": true,
    "last_updated": "2022-10-31T10:32:23.930824-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.26,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/687e62c8-926c-4cb6-824b-ea495dfe14d7",
    "datetime": "2022-10-29T15:30:00-04:00",
    "cutoff_datetime": "2022-10-29T15:30:00-04:00",
    "name": "North Texas v. Western Kentucky",
    "bettypes": [
        {
            "id": "6d1b73b9-e594-4c43-bde8-8c5cbd8047fd",
            "match": "https://api-prod.gambitprofit.com/api/matches/b08760d2-ade0-4abc-a775-d6f7bc204ca1/?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": "Western Kentucky",
                        "amount": 7500.0
                    },
                    {
                        "team": "North Texas",
                        "amount": 2500.0
                    }
                ],
                "expected_reward_tokens": 9525.0,
                "profit_sb": 25.0,
                "profit_sb_percentage": 0.26,
                "recommended": true
            },
            "lines": [
                {
                    "id": "258062d5-2ddf-4eed-a9a8-b0d8613c1a98",
                    "gambit_id": "332288f6-7168-4526-a5a3-0077be291a11",
                    "last_updated": "2022-10-31T10:32:23.936583-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.27000",
                    "odds": "1.27780",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1b73b9-e594-4c43-bde8-8c5cbd8047fd/?format=api"
                },
                {
                    "id": "b70b0363-fc89-48e8-8db4-9dd5c8342bbb",
                    "gambit_id": "fb148ed0-9f2b-4636-90ca-df263b9381d7",
                    "last_updated": "2022-10-31T10:32:23.937544-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Texas",
                    "reward": "3.81000",
                    "odds": "3.90000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1b73b9-e594-4c43-bde8-8c5cbd8047fd/?format=api"
                }
            ]
        },
        {
            "id": "bb3c2133-49d3-4322-8c53-521c488225d7",
            "match": "https://api-prod.gambitprofit.com/api/matches/b08760d2-ade0-4abc-a775-d6f7bc204ca1/?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": "Western Kentucky",
                        "amount": 5000.0
                    },
                    {
                        "team": "North Texas",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "78c37245-1218-40e6-b1e7-23f910317070",
                    "gambit_id": "feb10302-7eec-43f9-b79d-313b5524ebde",
                    "last_updated": "2022-10-31T10:32:23.939470-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Western Kentucky",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "-10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3c2133-49d3-4322-8c53-521c488225d7/?format=api"
                },
                {
                    "id": "6c42386a-c514-4516-8d2d-20a9a819872e",
                    "gambit_id": "3eb8b8f3-2b00-4947-928c-d83f45da318f",
                    "last_updated": "2022-10-31T10:32:23.940408-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "North Texas",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "10.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bb3c2133-49d3-4322-8c53-521c488225d7/?format=api"
                }
            ]
        },
        {
            "id": "3f144c1e-71e4-44e6-b6a6-8d32ce550d8d",
            "match": "https://api-prod.gambitprofit.com/api/matches/b08760d2-ade0-4abc-a775-d6f7bc204ca1/?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 70",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 70",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9400.0,
                "profit_sb": -100.0,
                "profit_sb_percentage": -1.05,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d4990708-2f8f-425b-a503-edadb71b43b7",
                    "gambit_id": "262fd328-26c4-4999-9520-861f8c8eae27",
                    "last_updated": "2022-10-31T10:32:23.933598-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 70",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "70.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f144c1e-71e4-44e6-b6a6-8d32ce550d8d/?format=api"
                },
                {
                    "id": "8c239d4f-f1bf-44a1-aa1e-4b6def086c62",
                    "gambit_id": "6b6670ff-d9a2-4ada-aea3-f7d7308e8c18",
                    "last_updated": "2022-10-31T10:32:23.934678-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 70",
                    "reward": "1.88000",
                    "odds": "1.90910",
                    "spread": "70.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f144c1e-71e4-44e6-b6a6-8d32ce550d8d/?format=api"
                }
            ]
        }
    ]
}