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/a1613100-07a0-4dc8-83b6-b0a5f412316a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1613100-07a0-4dc8-83b6-b0a5f412316a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "fb3536f4-2564-4da8-a197-2f2a866685b4",
    "completed": true,
    "last_updated": "2022-11-21T09:43:40.113938-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.68,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/fb3536f4-2564-4da8-a197-2f2a866685b4",
    "datetime": "2022-11-19T22:30:00-05:00",
    "cutoff_datetime": "2022-11-19T22:30:00-05:00",
    "name": "Utah v. Oregon",
    "bettypes": [
        {
            "id": "ed4dde9e-9144-40dc-8837-8f504076b1f0",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1613100-07a0-4dc8-83b6-b0a5f412316a/?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": "Utah",
                        "amount": 5492.0
                    },
                    {
                        "team": "Oregon",
                        "amount": 4508.0
                    }
                ],
                "expected_reward_tokens": 9061.08,
                "profit_sb": 61.08,
                "profit_sb_percentage": 0.68,
                "recommended": true
            },
            "lines": [
                {
                    "id": "98d8fef0-1596-4930-a29a-30fa5a90863d",
                    "gambit_id": "be57ed16-9c6d-4bb7-8cbd-157d07667bbf",
                    "last_updated": "2022-11-21T09:43:40.122188-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah",
                    "reward": "1.65000",
                    "odds": "1.74070",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4dde9e-9144-40dc-8837-8f504076b1f0/?format=api"
                },
                {
                    "id": "806ac342-8096-47ca-98f3-8f223e2bd7ad",
                    "gambit_id": "a890a5a2-44bd-4c4b-9adb-2f109580b806",
                    "last_updated": "2022-11-21T09:43:40.120993-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "2.01000",
                    "odds": "2.15000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ed4dde9e-9144-40dc-8837-8f504076b1f0/?format=api"
                }
            ]
        },
        {
            "id": "18ee851b-4e40-4933-a829-41d8ad91a6bf",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1613100-07a0-4dc8-83b6-b0a5f412316a/?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": "Oregon",
                        "amount": 5000.0
                    },
                    {
                        "team": "Utah",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "0b6b3f43-beeb-4da8-863c-7ce6a8de0dcc",
                    "gambit_id": "39788bb2-00bc-4851-83cd-1a001bca87f9",
                    "last_updated": "2022-11-21T09:43:40.124438-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Oregon",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18ee851b-4e40-4933-a829-41d8ad91a6bf/?format=api"
                },
                {
                    "id": "1b180319-9cd0-4c8b-95ba-92d69d9ba17e",
                    "gambit_id": "28e82d7e-ccc4-460a-b444-568b3234d6fe",
                    "last_updated": "2022-11-21T09:43:40.125577-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Utah",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18ee851b-4e40-4933-a829-41d8ad91a6bf/?format=api"
                }
            ]
        },
        {
            "id": "30706bd8-275d-49e0-b40e-7d7802fe0311",
            "match": "https://api-prod.gambitprofit.com/api/matches/a1613100-07a0-4dc8-83b6-b0a5f412316a/?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 60",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 60",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "42113e1a-4ccd-484f-a8de-ca92a75d075f",
                    "gambit_id": "2f0c033c-f938-4a80-a347-7c8d3013e4ec",
                    "last_updated": "2022-11-21T09:43:40.116734-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 60",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30706bd8-275d-49e0-b40e-7d7802fe0311/?format=api"
                },
                {
                    "id": "0c694f9a-0ed3-4d3d-8231-0440fe06c920",
                    "gambit_id": "2c6fc03f-e857-4e78-b7ae-0be4cbdd688a",
                    "last_updated": "2022-11-21T09:43:40.117918-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 60",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "60.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30706bd8-275d-49e0-b40e-7d7802fe0311/?format=api"
                }
            ]
        }
    ]
}