GET /api/bet_types/3c47805b-6e3d-430b-b517-a9012e53472c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3c47805b-6e3d-430b-b517-a9012e53472c",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c0fd855-3c4d-40fd-bb3f-0d0e64c9923f/?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": "Colorado Avalanche",
                "amount": 5730.0
            },
            {
                "team": "New York Islanders",
                "amount": 4270.0
            }
        ],
        "expected_reward_tokens": 9052.4,
        "profit_sb": 52.4,
        "profit_sb_percentage": 0.58,
        "recommended": true
    },
    "lines": [
        {
            "id": "8773c9cc-c086-4d4e-8b13-e9493600323d",
            "gambit_id": "84d56844-e3e6-49ce-b4c5-edb8334ffea2",
            "last_updated": "2022-12-20T20:12:22.486133-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c47805b-6e3d-430b-b517-a9012e53472c/?format=api"
        },
        {
            "id": "6bcf5d06-0f43-4989-aa76-a11cea97345b",
            "gambit_id": "94a9c4a3-050d-4cbe-a162-f2e1de87d6e1",
            "last_updated": "2022-12-20T20:12:22.487179-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "2.12000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3c47805b-6e3d-430b-b517-a9012e53472c/?format=api"
        }
    ]
}