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/a6568480-586e-4439-a403-43a7207b60c8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6568480-586e-4439-a403-43a7207b60c8",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "d3c8310b-c0a5-4acc-ad02-39b5a7e4245c",
    "completed": true,
    "last_updated": "2022-09-18T17:57:11.773821-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 0.56,
    "sport_category": "NCAAF Lines",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/d3c8310b-c0a5-4acc-ad02-39b5a7e4245c",
    "datetime": "2022-09-17T19:00:00-04:00",
    "cutoff_datetime": "2022-09-17T19:00:00-04:00",
    "name": "Akron v. Tennessee",
    "bettypes": [
        {
            "id": "808d52fb-3238-4dd3-a809-6fea89c9e8a6",
            "match": "https://api-prod.gambitprofit.com/api/matches/a6568480-586e-4439-a403-43a7207b60c8/?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": "Tennessee",
                        "amount": 5000.0
                    },
                    {
                        "team": "Akron",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "b1f5dc51-c675-44f5-b812-7796f16d107f",
                    "gambit_id": "e9486643-1c95-4972-a48a-cc7e743833b7",
                    "last_updated": "2022-09-18T17:57:11.780030-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Tennessee",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "-47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808d52fb-3238-4dd3-a809-6fea89c9e8a6/?format=api"
                },
                {
                    "id": "d561f4c4-8d26-4b9c-a333-401a4efeb567",
                    "gambit_id": "84bc4e76-f394-41c1-89ba-de9b89192aa2",
                    "last_updated": "2022-09-18T17:57:11.781157-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Akron",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "47.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/808d52fb-3238-4dd3-a809-6fea89c9e8a6/?format=api"
                }
            ]
        },
        {
            "id": "2941cdcc-a446-4d48-8748-dae0a6e347e9",
            "match": "https://api-prod.gambitprofit.com/api/matches/a6568480-586e-4439-a403-43a7207b60c8/?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 67",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 67",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9050.0,
                "profit_sb": 50.0,
                "profit_sb_percentage": 0.56,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5eb60bf8-5166-4267-99cd-b9ff4cf9ac17",
                    "gambit_id": "a61c829d-94af-4f31-b9ca-750580e751bd",
                    "last_updated": "2022-09-18T17:57:11.776621-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 67",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "67.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2941cdcc-a446-4d48-8748-dae0a6e347e9/?format=api"
                },
                {
                    "id": "5a6c0e18-db8a-41af-bbbe-69d02260b481",
                    "gambit_id": "1c5c016d-3a22-4e5f-801e-ee3034fc11e2",
                    "last_updated": "2022-09-18T17:57:11.777775-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 67",
                    "reward": "1.81000",
                    "odds": "1.90910",
                    "spread": "67.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2941cdcc-a446-4d48-8748-dae0a6e347e9/?format=api"
                }
            ]
        }
    ]
}