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/6a204ad4-6e97-4d89-95a4-a479039bbc0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a204ad4-6e97-4d89-95a4-a479039bbc0a",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "a75ee7a3-3a2f-422a-9f9d-daa667866346",
    "completed": true,
    "last_updated": "2022-10-02T15:17:25.336656-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 5.03,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/a75ee7a3-3a2f-422a-9f9d-daa667866346",
    "datetime": "2022-10-01T12:00:00-04:00",
    "cutoff_datetime": "2022-10-01T12:00:00-04:00",
    "name": "Temple v. Memphis",
    "bettypes": [
        {
            "id": "bfdc588a-14e7-472f-9506-14fc4e5a20cf",
            "match": "https://api-prod.gambitprofit.com/api/matches/6a204ad4-6e97-4d89-95a4-a479039bbc0a/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "Memphis",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10800.0,
                "profit_sb": 1800.0,
                "profit_sb_percentage": 20.0,
                "recommended": true
            },
            "med_risk": {
                "possible": false,
                "description": "Too few lines to bet on"
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "Memphis",
                        "amount": 8753.0
                    },
                    {
                        "team": "Temple",
                        "amount": 1247.0
                    }
                ],
                "expected_reward_tokens": 9452.26,
                "profit_sb": 452.26,
                "profit_sb_percentage": 5.03,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b76a152c-639c-41c0-a6c1-61a51ab63cea",
                    "gambit_id": "0919cd26-d3b3-4fd7-b863-add4b863cb06",
                    "last_updated": "2022-10-02T15:17:25.342754-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "1.08000",
                    "odds": "1.08330",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfdc588a-14e7-472f-9506-14fc4e5a20cf/?format=api"
                },
                {
                    "id": "ffd2fb95-ce61-4acd-9402-d22922e27b96",
                    "gambit_id": "71d2929d-1e48-487a-b468-58bdb2f93dff",
                    "last_updated": "2022-10-02T15:17:25.343819-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "7.58000",
                    "odds": "8.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bfdc588a-14e7-472f-9506-14fc4e5a20cf/?format=api"
                }
            ]
        },
        {
            "id": "0151722f-1e9c-459a-a677-2c9ebb81ff3f",
            "match": "https://api-prod.gambitprofit.com/api/matches/6a204ad4-6e97-4d89-95a4-a479039bbc0a/?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": "Temple",
                        "amount": 5000.0
                    },
                    {
                        "team": "Memphis",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "81937a0d-dfb6-4b5f-a1c7-1a0128230e3a",
                    "gambit_id": "a74200f9-1ea6-4c21-8153-5b2b26599eb7",
                    "last_updated": "2022-10-02T15:17:25.346792-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Temple",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "18.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0151722f-1e9c-459a-a677-2c9ebb81ff3f/?format=api"
                },
                {
                    "id": "f275c9d2-64c9-4d46-a7fd-1e1e97498e69",
                    "gambit_id": "759a818e-88e9-4c2c-9ea9-eb47bed6a042",
                    "last_updated": "2022-10-02T15:17:25.345801-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Memphis",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "-18.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0151722f-1e9c-459a-a677-2c9ebb81ff3f/?format=api"
                }
            ]
        },
        {
            "id": "11c6be12-7e16-478a-a6c9-ed845bc8cdc2",
            "match": "https://api-prod.gambitprofit.com/api/matches/6a204ad4-6e97-4d89-95a4-a479039bbc0a/?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 50",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 50",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9250.0,
                "profit_sb": 250.0,
                "profit_sb_percentage": 2.78,
                "recommended": true
            },
            "lines": [
                {
                    "id": "7d0500cc-dd4b-41e7-8c0a-e827d5880ca0",
                    "gambit_id": "a89c6834-2810-42ed-8152-b509ece8e90a",
                    "last_updated": "2022-10-02T15:17:25.339613-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 50",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11c6be12-7e16-478a-a6c9-ed845bc8cdc2/?format=api"
                },
                {
                    "id": "0f359ce7-f415-4262-b31a-f49339da1491",
                    "gambit_id": "f7758da7-fcb3-464c-adcb-e8960ddaa46e",
                    "last_updated": "2022-10-02T15:17:25.340797-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 50",
                    "reward": "1.85000",
                    "odds": "1.90910",
                    "spread": "50.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/11c6be12-7e16-478a-a6c9-ed845bc8cdc2/?format=api"
                }
            ]
        }
    ]
}