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/f088eb30-9ff0-4794-bea4-024ed1a7a23f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f088eb30-9ff0-4794-bea4-024ed1a7a23f",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "23e6422e-4e70-4924-9a7b-c091bfcb81c2",
    "completed": true,
    "last_updated": "2022-09-05T09:37:18.347540-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.24,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/23e6422e-4e70-4924-9a7b-c091bfcb81c2",
    "datetime": "2022-09-03T19:00:00-04:00",
    "cutoff_datetime": "2022-09-03T19:00:00-04:00",
    "name": "Liberty v. Southern Miss",
    "bettypes": [
        {
            "id": "42ea23de-7b1a-4948-90e8-b03a968527f2",
            "match": "https://api-prod.gambitprofit.com/api/matches/f088eb30-9ff0-4794-bea4-024ed1a7a23f/?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": "Liberty",
                        "amount": 5995.0
                    },
                    {
                        "team": "Southern Miss",
                        "amount": 4005.0
                    }
                ],
                "expected_reward_tokens": 9291.6,
                "profit_sb": 291.6,
                "profit_sb_percentage": 3.24,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b166be98-4798-4346-a0e8-c28a8bdbed24",
                    "gambit_id": "38880432-a5cf-41ca-9c04-08b654f89923",
                    "last_updated": "2022-09-05T09:37:18.354143-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Liberty",
                    "reward": "1.55000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ea23de-7b1a-4948-90e8-b03a968527f2/?format=api"
                },
                {
                    "id": "be264c15-9cb1-4eb5-b0f8-3473bbd2876b",
                    "gambit_id": "354992fd-b322-44c3-b806-396de51d4e66",
                    "last_updated": "2022-09-05T09:37:18.353116-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Southern Miss",
                    "reward": "2.32000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42ea23de-7b1a-4948-90e8-b03a968527f2/?format=api"
                }
            ]
        },
        {
            "id": "dc4f7de1-add3-43b7-a685-dea8f63a4069",
            "match": "https://api-prod.gambitprofit.com/api/matches/f088eb30-9ff0-4794-bea4-024ed1a7a23f/?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": "Liberty",
                        "amount": 5000.0
                    },
                    {
                        "team": "Southern Miss",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "9575633f-3219-4c22-b365-bf111c4ffe38",
                    "gambit_id": "c2bd3ae8-307f-4346-9bf4-73be171b999d",
                    "last_updated": "2022-09-05T09:37:18.357134-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Liberty",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "-3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4f7de1-add3-43b7-a685-dea8f63a4069/?format=api"
                },
                {
                    "id": "4a07d932-238c-444a-b156-61803cb85432",
                    "gambit_id": "06fdd937-6e59-4309-b466-6919922aada5",
                    "last_updated": "2022-09-05T09:37:18.356190-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Southern Miss",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "3.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc4f7de1-add3-43b7-a685-dea8f63a4069/?format=api"
                }
            ]
        },
        {
            "id": "90db7848-5f96-41a9-90e6-bb2f64ecbe91",
            "match": "https://api-prod.gambitprofit.com/api/matches/f088eb30-9ff0-4794-bea4-024ed1a7a23f/?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 Over 50",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Under 50",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9150.0,
                "profit_sb": 150.0,
                "profit_sb_percentage": 1.67,
                "recommended": true
            },
            "lines": [
                {
                    "id": "a8d2207e-6b10-4c35-9492-e4411d1e8ffd",
                    "gambit_id": "efabe6e0-1016-4ac7-beaf-f4d873f364f9",
                    "last_updated": "2022-09-05T09:37:18.351164-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90db7848-5f96-41a9-90e6-bb2f64ecbe91/?format=api"
                },
                {
                    "id": "a5203c48-0a01-4943-a1dd-cbdf9b8e5119",
                    "gambit_id": "5d4f40b8-198a-4853-9f04-edb7f64d7395",
                    "last_updated": "2022-09-05T09:37:18.350155-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50",
                    "reward": "1.83000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90db7848-5f96-41a9-90e6-bb2f64ecbe91/?format=api"
                }
            ]
        }
    ]
}