GET /api/bet_types/4002e0f2-66e1-4d05-94f9-0db319bf5f2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4002e0f2-66e1-4d05-94f9-0db319bf5f2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e48d0206-612a-437a-9165-72d86a2a1ed3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-06T10:57:13.974862-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": "SDG (J Musgrove)",
                "amount": 5426.0
            },
            {
                "team": "SEA (L Gilbert)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "d20a1e6b-5ca5-4d39-b5ad-016aaa7057cf",
            "gambit_id": "aab66f0f-19d5-4d2f-a91d-cf652fae8ec4",
            "last_updated": "2023-06-07T10:13:02.267456-04:00",
            "created_at": "2023-06-06T10:57:13.979506-04:00",
            "name": "SDG (J Musgrove)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4002e0f2-66e1-4d05-94f9-0db319bf5f2b/?format=api"
        },
        {
            "id": "4ccf4c7c-9599-4dd5-9fc6-ab038db1b8d2",
            "gambit_id": "fa4b8cee-dd4a-4778-a317-64f7b3a75538",
            "last_updated": "2023-06-07T10:13:02.265537-04:00",
            "created_at": "2023-06-06T10:57:13.977213-04:00",
            "name": "SEA (L Gilbert)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4002e0f2-66e1-4d05-94f9-0db319bf5f2b/?format=api"
        }
    ]
}