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/39567713-b200-4148-873a-9a76680c5b92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39567713-b200-4148-873a-9a76680c5b92",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d1be3098-a5ad-4b9a-a557-a4cb6656346b",
    "completed": true,
    "last_updated": "2022-11-28T09:27:06.829560-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 2.34,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d1be3098-a5ad-4b9a-a557-a4cb6656346b",
    "datetime": "2022-11-26T19:30:00-05:00",
    "cutoff_datetime": "2022-11-26T19:30:00-05:00",
    "name": "Syracuse v. Boston College",
    "bettypes": [
        {
            "id": "3a97f8f1-2891-4b69-9e74-02a7092c3126",
            "match": "https://api-prod.gambitprofit.com/api/matches/39567713-b200-4148-873a-9a76680c5b92/?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": "Syracuse",
                        "amount": 7550.0
                    },
                    {
                        "team": "Boston College",
                        "amount": 2450.0
                    }
                ],
                "expected_reward_tokens": 9211.0,
                "profit_sb": 211.0,
                "profit_sb_percentage": 2.34,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ba58402b-fb8c-47fb-8d8b-ab8ab23d997b",
                    "gambit_id": "7e8e321b-b738-499f-9c13-161637ea8bff",
                    "last_updated": "2022-11-28T09:27:06.839528-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Syracuse",
                    "reward": "1.22000",
                    "odds": "1.25000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a97f8f1-2891-4b69-9e74-02a7092c3126/?format=api"
                },
                {
                    "id": "c219d6d2-9a26-4802-bdf2-47cf23f874b1",
                    "gambit_id": "2912edf4-d61e-415e-a699-63e1ab50a66d",
                    "last_updated": "2022-11-28T09:27:06.838568-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston College",
                    "reward": "3.76000",
                    "odds": "4.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a97f8f1-2891-4b69-9e74-02a7092c3126/?format=api"
                }
            ]
        },
        {
            "id": "46ea42ea-4d9a-4249-8f0e-1cf70c77681d",
            "match": "https://api-prod.gambitprofit.com/api/matches/39567713-b200-4148-873a-9a76680c5b92/?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": "Boston College",
                        "amount": 5000.0
                    },
                    {
                        "team": "Syracuse",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "b6f0a94f-316c-4391-bf74-239c7ef9e668",
                    "gambit_id": "fa535313-3c12-4603-9383-3e7109f02c26",
                    "last_updated": "2022-11-28T09:27:06.835646-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Boston College",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea42ea-4d9a-4249-8f0e-1cf70c77681d/?format=api"
                },
                {
                    "id": "c66c402f-8e8a-4625-8b3c-158be369f670",
                    "gambit_id": "bae2d718-df78-4317-91c7-52049ec5ba6f",
                    "last_updated": "2022-11-28T09:27:06.836646-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Syracuse",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-10.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ea42ea-4d9a-4249-8f0e-1cf70c77681d/?format=api"
                }
            ]
        },
        {
            "id": "0b00da59-afdf-44bf-b4c6-b9b8e26447eb",
            "match": "https://api-prod.gambitprofit.com/api/matches/39567713-b200-4148-873a-9a76680c5b92/?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 47.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 47.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "2f0fd671-ebd4-425d-8541-7e45d9b2b837",
                    "gambit_id": "dc44488e-3338-424f-b6d1-eafdef3267b1",
                    "last_updated": "2022-11-28T09:27:06.832458-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 47.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b00da59-afdf-44bf-b4c6-b9b8e26447eb/?format=api"
                },
                {
                    "id": "6c25da6c-e0a0-444d-868b-6b08e5fd9793",
                    "gambit_id": "f7a3fde2-8418-436d-acce-4f8a13dbe855",
                    "last_updated": "2022-11-28T09:27:06.833560-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 47.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b00da59-afdf-44bf-b4c6-b9b8e26447eb/?format=api"
                }
            ]
        }
    ]
}