GET /api/bet_types/664ad35d-b542-4e76-8ba4-7aabb1092adb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "664ad35d-b542-4e76-8ba4-7aabb1092adb",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa81172-9a25-48ec-ae44-0e52bd162fcf/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-30T10:43:15.281117-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": "Tampa Bay Lightning",
                "amount": 5107.0
            },
            {
                "team": "New York Rangers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "af10a993-062c-4f57-8618-584450fe0d59",
            "gambit_id": "9b323d12-e1e7-4a91-91cf-183b97cb94a3",
            "last_updated": "2024-01-01T19:48:20.674551-05:00",
            "created_at": "2023-12-30T10:43:15.288869-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/664ad35d-b542-4e76-8ba4-7aabb1092adb/?format=api"
        },
        {
            "id": "9d14fd78-24d9-457f-816b-4eb72fffb377",
            "gambit_id": "aa7b6276-d663-4374-ab06-1713dbeafd40",
            "last_updated": "2024-01-01T19:48:20.671207-05:00",
            "created_at": "2023-12-30T10:43:15.284855-05:00",
            "name": "New York Rangers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/664ad35d-b542-4e76-8ba4-7aabb1092adb/?format=api"
        }
    ]
}