GET /api/bet_types/d35cc6bc-8501-4837-9f86-7a16c3f6f9cb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d35cc6bc-8501-4837-9f86-7a16c3f6f9cb",
    "match": "https://api-prod.gambitprofit.com/api/matches/1207ce34-db90-46b9-9c57-842cef2c1dee/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-29T16:26:58.186290-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": "New York Rangers",
                "amount": 5319.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "718ab192-6225-4cee-8d7b-ab6c99ea842c",
            "gambit_id": "b8b7fd7e-929a-454f-aa18-a12e48f9593f",
            "last_updated": "2023-04-30T15:42:19.366489-04:00",
            "created_at": "2023-04-29T16:26:58.187517-04:00",
            "name": "New York Rangers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d35cc6bc-8501-4837-9f86-7a16c3f6f9cb/?format=api"
        },
        {
            "id": "795207bd-d974-4697-9b80-d8f31728f755",
            "gambit_id": "ccf5dafd-8c28-4626-962e-4a173a91857a",
            "last_updated": "2023-04-30T15:42:19.367903-04:00",
            "created_at": "2023-04-29T16:26:58.188840-04:00",
            "name": "New Jersey Devils",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d35cc6bc-8501-4837-9f86-7a16c3f6f9cb/?format=api"
        }
    ]
}