GET /api/bet_types/7f8d59af-2a4b-4f9e-98c4-cac352528203/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f8d59af-2a4b-4f9e-98c4-cac352528203",
    "match": "https://api-prod.gambitprofit.com/api/matches/89bf4ce1-0bf0-4baa-b803-b0b3fd7b48f8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-25T13:47:02.931323-04: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": 5214.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4786.0
            }
        ],
        "expected_reward_tokens": 9332.7,
        "profit_sb": -167.3,
        "profit_sb_percentage": -1.76,
        "recommended": false
    },
    "lines": [
        {
            "id": "a65ca7ff-cb01-4869-8435-2378ccbb7e05",
            "gambit_id": "901bcc2c-520c-4be0-a2e5-fbafc067abe5",
            "last_updated": "2023-05-26T11:52:15.721549-04:00",
            "created_at": "2023-05-25T13:47:02.936544-04:00",
            "name": "Dallas Stars",
            "reward": "1.79000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f8d59af-2a4b-4f9e-98c4-cac352528203/?format=api"
        },
        {
            "id": "df29f1e7-e35a-4807-8c43-074afa95e07b",
            "gambit_id": "76ca4ef9-6278-4293-af8f-95174e17c1c5",
            "last_updated": "2023-05-26T11:52:15.718950-04:00",
            "created_at": "2023-05-25T13:47:02.933983-04:00",
            "name": "Vegas Golden Knights",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f8d59af-2a4b-4f9e-98c4-cac352528203/?format=api"
        }
    ]
}