GET /api/bet_types/f1dfe544-5edc-405b-ae37-0b7c8f8b3d7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1dfe544-5edc-405b-ae37-0b7c8f8b3d7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0c8d24de-df5d-409a-9de0-635813965113/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-05T08:52:55.459078-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": "New York Rangers",
                "amount": 5867.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "7058cb48-eba4-4b03-8a4a-1cbd98cc26b8",
            "gambit_id": "f2197f24-cde1-4dd9-84fc-528d9bc1f46a",
            "last_updated": "2023-12-06T09:43:12.844317-05:00",
            "created_at": "2023-12-05T08:52:55.469694-05:00",
            "name": "New York Rangers",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1dfe544-5edc-405b-ae37-0b7c8f8b3d7c/?format=api"
        },
        {
            "id": "e7ca58f6-67ad-4af8-9289-5a4beec37d6a",
            "gambit_id": "9f5ce537-81b2-4d68-bdf4-8aea1b2faf25",
            "last_updated": "2023-12-06T09:43:12.847742-05:00",
            "created_at": "2023-12-05T08:52:55.478074-05:00",
            "name": "Ottawa Senators",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1dfe544-5edc-405b-ae37-0b7c8f8b3d7c/?format=api"
        }
    ]
}