GET /api/bet_types/e84438fa-38db-4d6a-af7d-1062ccff522b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e84438fa-38db-4d6a-af7d-1062ccff522b",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffded03b-f947-4e11-922e-60ef70bd164f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-21T10:22:15.130935-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": "Carolina Hurricanes",
                "amount": 6099.0
            },
            {
                "team": "New York Islanders",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9635.47,
        "profit_sb": 135.47,
        "profit_sb_percentage": 1.43,
        "recommended": true
    },
    "lines": [
        {
            "id": "21557f9c-c400-4f4a-9440-bcf0c99d4ea0",
            "gambit_id": "e293b580-f60b-422d-8d16-87c5a517556e",
            "last_updated": "2023-01-22T11:37:12.066225-05:00",
            "created_at": "2023-01-21T10:22:15.132123-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.58000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e84438fa-38db-4d6a-af7d-1062ccff522b/?format=api"
        },
        {
            "id": "c99d7c07-023c-4b35-b310-229b6706819b",
            "gambit_id": "87666d39-219f-4b8e-9a14-28754ac44fd0",
            "last_updated": "2023-01-22T11:37:12.067403-05:00",
            "created_at": "2023-01-21T10:22:15.133339-05:00",
            "name": "New York Islanders",
            "reward": "2.47000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e84438fa-38db-4d6a-af7d-1062ccff522b/?format=api"
        }
    ]
}