GET /api/bet_types/3f934bf4-f78f-4975-85c7-80fe0d927e21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3f934bf4-f78f-4975-85c7-80fe0d927e21",
    "match": "https://api-prod.gambitprofit.com/api/matches/72396edf-4ec2-4920-9c5a-5ebb69e65d1b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-23T09:07:03.468605-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": "Boston Bruins",
                "amount": 6173.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "07a6bd5c-1827-41a5-a0f7-53b029114ab2",
            "gambit_id": "cffcde97-721c-4945-b3a4-2c35e4613cfd",
            "last_updated": "2023-02-24T12:37:17.458485-05:00",
            "created_at": "2023-02-23T09:07:03.470860-05:00",
            "name": "Boston Bruins",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f934bf4-f78f-4975-85c7-80fe0d927e21/?format=api"
        },
        {
            "id": "7bea7eac-3300-43cd-b636-e6b4eab4fcaa",
            "gambit_id": "b788b246-004a-411b-9d46-b3400a1bb55b",
            "last_updated": "2023-02-24T12:37:17.457350-05:00",
            "created_at": "2023-02-23T09:07:03.469722-05:00",
            "name": "Seattle Kraken",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3f934bf4-f78f-4975-85c7-80fe0d927e21/?format=api"
        }
    ]
}