GET /api/bet_types/1ee8bdc1-010f-4914-b52b-0e7af0f311bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ee8bdc1-010f-4914-b52b-0e7af0f311bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/08552ddb-ea41-447c-b187-d7e8d7491e68/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-16T09:47:06.443789-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": "Carolina Hurricanes",
                "amount": 5699.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "deb5bb88-b30f-413c-b18b-fc7d06fe6d93",
            "gambit_id": "cdbe0104-0732-404c-8c26-1c5531ed8f4a",
            "last_updated": "2023-05-19T11:07:14.900612-04:00",
            "created_at": "2023-05-16T09:47:06.445367-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ee8bdc1-010f-4914-b52b-0e7af0f311bc/?format=api"
        },
        {
            "id": "8fc3caec-fc1a-4c42-a534-3b863972eec1",
            "gambit_id": "7d97905b-5eb8-4ddb-92ca-812f32711c6e",
            "last_updated": "2023-05-19T11:07:14.902627-04:00",
            "created_at": "2023-05-16T09:47:06.446982-04:00",
            "name": "Florida Panthers",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ee8bdc1-010f-4914-b52b-0e7af0f311bc/?format=api"
        }
    ]
}