GET /api/bet_types/f2146354-bd88-4120-b6f5-1826738a220a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2146354-bd88-4120-b6f5-1826738a220a",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ada81f8-f6a8-4205-a7d8-dbceb99d334f/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Dallas Stars",
                "amount": 6626.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 3374.0
            }
        ],
        "expected_reward_tokens": 9076.06,
        "profit_sb": 76.06,
        "profit_sb_percentage": 0.85,
        "recommended": true
    },
    "lines": [
        {
            "id": "37640019-ca74-4dcb-acfe-4005b148cc54",
            "gambit_id": "787932b0-fc43-495f-b24d-64265c0f8be8",
            "last_updated": "2022-12-20T20:17:22.869039-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "1.37000",
            "odds": "1.42550",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2146354-bd88-4120-b6f5-1826738a220a/?format=api"
        },
        {
            "id": "94931a35-e285-4ea5-ae77-5f22bfc5f98f",
            "gambit_id": "32562b35-d88d-4230-bba8-ea05eed59ce7",
            "last_updated": "2022-12-20T20:17:22.867816-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "2.69000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2146354-bd88-4120-b6f5-1826738a220a/?format=api"
        }
    ]
}