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/1b6f616d-3c28-4792-a5cb-6e16cde46abc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b6f616d-3c28-4792-a5cb-6e16cde46abc",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "7adafe8d-6a61-48c3-91d4-b155b18015cb",
    "completed": true,
    "last_updated": "2022-09-08T10:56:56.201871-04:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 3.34,
    "sport_category": "UEFA Champions League",
    "sport": "Soccer",
    "url": "https://app.gambitrewards.com/match/7adafe8d-6a61-48c3-91d4-b155b18015cb",
    "datetime": "2022-09-07T15:00:00-04:00",
    "cutoff_datetime": "2022-09-07T15:00:00-04:00",
    "name": "FC Barcelona v. FC Viktoria Plzen",
    "bettypes": [
        {
            "id": "4af39f72-b2b6-4203-a82e-fb3ae3f4eb22",
            "match": "https://api-prod.gambitprofit.com/api/matches/1b6f616d-3c28-4792-a5cb-6e16cde46abc/?format=api",
            "name": "Pick the Winner",
            "created_at": "1969-12-31T19:00:00-05:00",
            "high_risk": {
                "possible": true,
                "name": "High Risk",
                "bet": [
                    {
                        "team": "FC Barcelona",
                        "amount": 10000
                    }
                ],
                "expected_reward_tokens": 10500.0,
                "profit_sb": 1500.0,
                "profit_sb_percentage": 16.67,
                "recommended": true
            },
            "med_risk": {
                "possible": true,
                "name": "Med Risk",
                "bet": [
                    {
                        "team": "FC Barcelona",
                        "amount": 9184.0
                    },
                    {
                        "team": "Draw",
                        "amount": 816.0
                    }
                ],
                "expected_reward_tokens": 9636.96,
                "profit_sb": 636.96,
                "profit_sb_percentage": 7.08,
                "recommended": true
            },
            "no_risk": {
                "possible": true,
                "name": "No Risk",
                "bet": [
                    {
                        "team": "FC Barcelona",
                        "amount": 8858.0
                    },
                    {
                        "team": "Draw",
                        "amount": 788.0
                    },
                    {
                        "team": "FC Viktoria Plzen",
                        "amount": 355.0
                    }
                ],
                "expected_reward_tokens": 9300.9,
                "profit_sb": 300.9,
                "profit_sb_percentage": 3.34,
                "recommended": true
            },
            "lines": [
                {
                    "id": "5d982a9e-5133-4b0b-811b-54db71f0f03f",
                    "gambit_id": "6ba9cf69-1170-42d6-8c0d-2e4162a700a9",
                    "last_updated": "2022-09-08T10:56:56.209055-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "FC Barcelona",
                    "reward": "1.05000",
                    "odds": "1.06000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api"
                },
                {
                    "id": "fe2c8592-a416-4adb-aa9e-aca305d6a27a",
                    "gambit_id": "20f97fdd-aadf-4766-8948-28f0813bec21",
                    "last_updated": "2022-09-08T10:56:56.210269-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Draw",
                    "reward": "11.81000",
                    "odds": "13.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api"
                },
                {
                    "id": "c1607acc-ae3e-425e-a729-b9219294395d",
                    "gambit_id": "b7478997-d1bb-4d2a-acfd-c6d8ebec7f37",
                    "last_updated": "2022-09-08T10:56:56.207809-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "FC Viktoria Plzen",
                    "reward": "26.23000",
                    "odds": "29.00000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4af39f72-b2b6-4203-a82e-fb3ae3f4eb22/?format=api"
                }
            ]
        },
        {
            "id": "d229c291-99f7-4509-935b-c5e799a61a42",
            "match": "https://api-prod.gambitprofit.com/api/matches/1b6f616d-3c28-4792-a5cb-6e16cde46abc/?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 Over 2.5",
                        "amount": 7253.0
                    },
                    {
                        "team": "Game Total Under 2.5",
                        "amount": 2747.0
                    }
                ],
                "expected_reward_tokens": 9065.1,
                "profit_sb": 65.1,
                "profit_sb_percentage": 0.72,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1065dfa5-39b4-4810-8438-6af0fff30a37",
                    "gambit_id": "7820a150-bb47-47e6-aa65-2733a6045d76",
                    "last_updated": "2022-09-08T10:56:56.205630-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 2.5",
                    "reward": "1.25000",
                    "odds": "1.28000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d229c291-99f7-4509-935b-c5e799a61a42/?format=api"
                },
                {
                    "id": "d4126466-bed7-4877-b5e5-ebc6fd7d33ab",
                    "gambit_id": "28381f4e-c30a-4603-aa42-475cdac6deeb",
                    "last_updated": "2022-09-08T10:56:56.204464-04:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 2.5",
                    "reward": "3.30000",
                    "odds": "3.55000",
                    "spread": "2.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d229c291-99f7-4509-935b-c5e799a61a42/?format=api"
                }
            ]
        }
    ]
}