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/180dd749-0b30-4ba5-9dce-0cdbeb55acd7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "180dd749-0b30-4ba5-9dce-0cdbeb55acd7",
    "discount": "0.90",
    "sb_rate": "1.00",
    "gambit_id": "82bcc240-1d12-4f60-8502-1a61e973bee9",
    "completed": true,
    "last_updated": "2022-11-28T11:47:16.433866-05:00",
    "created_at": "1969-12-31T19:00:00-05:00",
    "cutoff_passed": true,
    "max_no_risk_profit_sb_percentage": 1.54,
    "sport_category": "NFL",
    "sport": "American Football",
    "url": "https://app.gambitrewards.com/match/82bcc240-1d12-4f60-8502-1a61e973bee9",
    "datetime": "2022-11-27T13:00:00-05:00",
    "cutoff_datetime": "2022-11-27T13:00:00-05:00",
    "name": "Baltimore Ravens v. Jacksonville Jaguars",
    "bettypes": [
        {
            "id": "a4080175-8411-4160-8ceb-43ab37827fc0",
            "match": "https://api-prod.gambitprofit.com/api/matches/180dd749-0b30-4ba5-9dce-0cdbeb55acd7/?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": "Baltimore Ravens",
                        "amount": 5974.0
                    },
                    {
                        "team": "Jacksonville Jaguars",
                        "amount": 4026.0
                    }
                ],
                "expected_reward_tokens": 9139.02,
                "profit_sb": 139.02,
                "profit_sb_percentage": 1.54,
                "recommended": true
            },
            "lines": [
                {
                    "id": "1beb9530-9759-4e72-b088-31cbe24c384a",
                    "gambit_id": "a673d247-8621-427b-afe2-e261eab80d76",
                    "last_updated": "2022-11-28T11:47:16.441190-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baltimore Ravens",
                    "reward": "1.53000",
                    "odds": "1.60610",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4080175-8411-4160-8ceb-43ab37827fc0/?format=api"
                },
                {
                    "id": "0f2ee945-44fb-4540-8d6f-c09eb9708645",
                    "gambit_id": "daa9502e-c1e9-4f52-8e1f-7fd445947cd4",
                    "last_updated": "2022-11-28T11:47:16.440164-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Jacksonville Jaguars",
                    "reward": "2.27000",
                    "odds": "2.45000",
                    "spread": null,
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a4080175-8411-4160-8ceb-43ab37827fc0/?format=api"
                }
            ]
        },
        {
            "id": "beaeb33c-79a9-42c4-b6fc-3b5192bd09ae",
            "match": "https://api-prod.gambitprofit.com/api/matches/180dd749-0b30-4ba5-9dce-0cdbeb55acd7/?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": "Baltimore Ravens",
                        "amount": 5097.0
                    },
                    {
                        "team": "Jacksonville Jaguars",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "05911618-d4d8-43fc-a5f9-5bf8c0473930",
                    "gambit_id": "58ca6daa-8c87-4287-8cd9-ea88b7549ed5",
                    "last_updated": "2022-11-28T11:47:16.444293-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Baltimore Ravens",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "-3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beaeb33c-79a9-42c4-b6fc-3b5192bd09ae/?format=api"
                },
                {
                    "id": "eb555387-9485-45fd-9679-195f0db1f951",
                    "gambit_id": "62e51712-6eab-4252-ac26-b5c50357d418",
                    "last_updated": "2022-11-28T11:47:16.443208-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Jacksonville Jaguars",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "3.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/beaeb33c-79a9-42c4-b6fc-3b5192bd09ae/?format=api"
                }
            ]
        },
        {
            "id": "c1743744-1143-485e-a2ab-afad336947ff",
            "match": "https://api-prod.gambitprofit.com/api/matches/180dd749-0b30-4ba5-9dce-0cdbeb55acd7/?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 43",
                        "amount": 5097.0
                    },
                    {
                        "team": "Game Total Under 43",
                        "amount": 4903.0
                    }
                ],
                "expected_reward_tokens": 8970.72,
                "profit_sb": -29.28,
                "profit_sb_percentage": -0.33,
                "recommended": false
            },
            "lines": [
                {
                    "id": "aa6bdb80-adde-476c-928f-3f1a69f5cf8a",
                    "gambit_id": "68f9a38d-c590-455e-8581-4ee87d2e8a37",
                    "last_updated": "2022-11-28T11:47:16.438118-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Over 43",
                    "reward": "1.76000",
                    "odds": "1.86960",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1743744-1143-485e-a2ab-afad336947ff/?format=api"
                },
                {
                    "id": "e1cff5e1-3c56-45bc-80f4-1e1967ec4499",
                    "gambit_id": "d23a1f0a-5d45-4980-8e81-b452cdfc527b",
                    "last_updated": "2022-11-28T11:47:16.437092-05:00",
                    "created_at": "1969-12-31T19:00:00-05:00",
                    "name": "Game Total Under 43",
                    "reward": "1.83000",
                    "odds": "1.95240",
                    "spread": "43.00",
                    "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1743744-1143-485e-a2ab-afad336947ff/?format=api"
                }
            ]
        }
    ]
}