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/83e2a794-d0f1-44bc-9921-27e4ee2ffc0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83e2a794-d0f1-44bc-9921-27e4ee2ffc0b",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "89f2b260-2553-4273-9e4b-7189f3dc482a",
    "completed": true,
    "last_updated": "2022-11-18T09:57:55.125336-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.9,
    "sport_category": "NHL Lines",
    "sport": "Ice Hockey",
    "url": "https://app.gambitrewards.com/match/89f2b260-2553-4273-9e4b-7189f3dc482a",
    "datetime": "2022-11-17T19:05:00-05:00",
    "cutoff_datetime": "2022-11-17T19:05:00-05:00",
    "name": "Dallas Stars v. Florida Panthers",
    "bettypes": [
        {
            "id": "968fb9bd-b732-4966-bbd9-10538c40af70",
            "match": "https://api-prod.gambitprofit.com/api/matches/83e2a794-d0f1-44bc-9921-27e4ee2ffc0b/?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": "Florida Panthers",
                        "amount": 5899.0
                    },
                    {
                        "team": "Dallas Stars",
                        "amount": 4101.0
                    }
                ],
                "expected_reward_tokens": 9143.45,
                "profit_sb": 143.45,
                "profit_sb_percentage": 1.59,
                "recommended": true
            },
            "lines": [
                {
                    "id": "ea99fa38-b659-422b-a5ff-79a7c5d09022",
                    "gambit_id": "c0b8afcb-e1fd-44da-8727-61989be1db45",
                    "last_updated": "2022-11-18T09:57:55.135149-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Panthers",
                    "reward": "1.55000",
                    "odds": "1.62500",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/968fb9bd-b732-4966-bbd9-10538c40af70/?format=api"
                },
                {
                    "id": "e8c4ae35-b385-48af-80f2-6204cc8ee522",
                    "gambit_id": "bf05dbac-27ef-4b44-9482-bdbd930b3768",
                    "last_updated": "2022-11-18T09:57:55.136173-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "2.23000",
                    "odds": "2.40000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/968fb9bd-b732-4966-bbd9-10538c40af70/?format=api"
                }
            ]
        },
        {
            "id": "a884852a-c6c5-49c4-8137-0b53aeb686ab",
            "match": "https://api-prod.gambitprofit.com/api/matches/83e2a794-d0f1-44bc-9921-27e4ee2ffc0b/?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": "Dallas Stars",
                        "amount": 6114.0
                    },
                    {
                        "team": "Florida Panthers",
                        "amount": 3886.0
                    }
                ],
                "expected_reward_tokens": 9170.96,
                "profit_sb": 170.96,
                "profit_sb_percentage": 1.9,
                "recommended": true
            },
            "lines": [
                {
                    "id": "beb967b3-0014-403c-81b0-b91b8f7f1fa8",
                    "gambit_id": "73db785a-7bee-4216-8454-8b422a53bee5",
                    "last_updated": "2022-11-18T09:57:55.133051-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Dallas Stars",
                    "reward": "1.50000",
                    "odds": "1.57140",
                    "spread": "1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a884852a-c6c5-49c4-8137-0b53aeb686ab/?format=api"
                },
                {
                    "id": "2577cc85-9068-4868-b52e-045523da1335",
                    "gambit_id": "3d8ffda9-2e46-453d-b305-2c6e98f865cd",
                    "last_updated": "2022-11-18T09:57:55.131999-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Florida Panthers",
                    "reward": "2.36000",
                    "odds": "2.55000",
                    "spread": "-1.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a884852a-c6c5-49c4-8137-0b53aeb686ab/?format=api"
                }
            ]
        },
        {
            "id": "74397ff2-841c-4f11-9c88-491555a75081",
            "match": "https://api-prod.gambitprofit.com/api/matches/83e2a794-d0f1-44bc-9921-27e4ee2ffc0b/?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 6.5",
                        "amount": 5000.0
                    },
                    {
                        "team": "Game Total Over 6.5",
                        "amount": 5000.0
                    }
                ],
                "expected_reward_tokens": 9000.0,
                "profit_sb": 0.0,
                "profit_sb_percentage": 0.0,
                "recommended": false
            },
            "lines": [
                {
                    "id": "49361bc7-7127-4b58-af73-08d27a24e10c",
                    "gambit_id": "530c97c6-0604-4094-aa81-14dfa888d031",
                    "last_updated": "2022-11-18T09:57:55.128780-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 6.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74397ff2-841c-4f11-9c88-491555a75081/?format=api"
                },
                {
                    "id": "fcc83265-5c48-43d2-a0d5-e7cc3248728d",
                    "gambit_id": "8b2936d7-2054-417c-89e9-a00be9f4b090",
                    "last_updated": "2022-11-18T09:57:55.129865-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 6.5",
                    "reward": "1.80000",
                    "odds": "1.90910",
                    "spread": "6.50",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74397ff2-841c-4f11-9c88-491555a75081/?format=api"
                }
            ]
        }
    ]
}