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/cc0efc44-a744-4d00-94b4-528c60dc823d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc0efc44-a744-4d00-94b4-528c60dc823d",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "aabd023a-f192-4071-af78-b384045af08a",
    "completed": true,
    "last_updated": "2022-12-17T19:42:23.173488-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.88,
    "sport_category": "NBA Lines",
    "sport": "Basketball",
    "url": "https://app.gambitrewards.com/match/aabd023a-f192-4071-af78-b384045af08a",
    "datetime": "2022-12-16T19:10:00-05:00",
    "cutoff_datetime": "2022-12-16T19:10:00-05:00",
    "name": "Atlanta Hawks v. Charlotte Hornets",
    "bettypes": [
        {
            "id": "6cd1aca5-d352-4446-9c18-4e962e06ec77",
            "match": "https://api-prod.gambitprofit.com/api/matches/cc0efc44-a744-4d00-94b4-528c60dc823d/?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": "Charlotte Hornets",
                        "amount": 5571.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 4429.0
                    }
                ],
                "expected_reward_tokens": 9079.45,
                "profit_sb": 79.45,
                "profit_sb_percentage": 0.88,
                "recommended": true
            },
            "lines": [
                {
                    "id": "4d4bf673-82e5-49f6-9c11-8d159fdbfd4b",
                    "gambit_id": "4aed6132-7481-476e-92fa-b73518ef132f",
                    "last_updated": "2022-12-17T19:42:23.182609-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.63000",
                    "odds": "1.71430",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd1aca5-d352-4446-9c18-4e962e06ec77/?format=api"
                },
                {
                    "id": "6cb81b3b-0e6f-4c08-b846-a46edf83c957",
                    "gambit_id": "66186c73-8a42-4876-ad0f-be5fc5b39d8e",
                    "last_updated": "2022-12-17T19:42:23.183696-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "2.05000",
                    "odds": "2.20000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cd1aca5-d352-4446-9c18-4e962e06ec77/?format=api"
                }
            ]
        },
        {
            "id": "28073844-5c37-4234-b6e2-75de232d7988",
            "match": "https://api-prod.gambitprofit.com/api/matches/cc0efc44-a744-4d00-94b4-528c60dc823d/?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": "Charlotte Hornets",
                        "amount": 5000.0
                    },
                    {
                        "team": "Atlanta Hawks",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "d470df6f-b280-4fcc-b281-edc13a84be7d",
                    "gambit_id": "0dfbadb4-7917-4863-b226-b61a5bac8ad3",
                    "last_updated": "2022-12-17T19:42:23.179357-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Charlotte Hornets",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "-2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28073844-5c37-4234-b6e2-75de232d7988/?format=api"
                },
                {
                    "id": "69b034ae-a2fb-488d-aac1-2a9fc0a44710",
                    "gambit_id": "76a797e5-373a-4ae6-bb15-71ea75a79635",
                    "last_updated": "2022-12-17T19:42:23.180394-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Atlanta Hawks",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28073844-5c37-4234-b6e2-75de232d7988/?format=api"
                }
            ]
        },
        {
            "id": "d94c7e95-a459-448f-b007-487f7edddd95",
            "match": "https://api-prod.gambitprofit.com/api/matches/cc0efc44-a744-4d00-94b4-528c60dc823d/?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 240",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 240",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "4c92dc8a-c0c6-4c70-aa7b-361f0f52860e",
                    "gambit_id": "d58808c2-f6ca-4426-81fb-bb96b03f37db",
                    "last_updated": "2022-12-17T19:42:23.176177-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 240",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "240.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94c7e95-a459-448f-b007-487f7edddd95/?format=api"
                },
                {
                    "id": "b1571ddb-1d9e-403d-8ea8-2d2e5ff8fedc",
                    "gambit_id": "1928ef5d-65fc-4dca-bbbd-f6f184f56c90",
                    "last_updated": "2022-12-17T19:42:23.177236-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 240",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "240.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d94c7e95-a459-448f-b007-487f7edddd95/?format=api"
                }
            ]
        }
    ]
}