GET /api/bet_types/8a1e011e-3987-4baa-89aa-af25d4edcdc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a1e011e-3987-4baa-89aa-af25d4edcdc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bc39b41-4d69-486b-a740-05994f0a9fb4/?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": "Minnesota Wild",
                "amount": 7059.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9175.92,
        "profit_sb": 175.92,
        "profit_sb_percentage": 1.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "3bf89a29-bf05-4b38-9bc9-59746cb26dd6",
            "gambit_id": "040a9927-0265-4bb1-befd-1620af2fa3d2",
            "last_updated": "2022-12-22T20:32:20.681814-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.30000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1e011e-3987-4baa-89aa-af25d4edcdc3/?format=api"
        },
        {
            "id": "0180a9b6-2eed-40c8-ac81-3574dd64136f",
            "gambit_id": "e875276e-382c-4f5b-ba1b-41d5b7dfe846",
            "last_updated": "2022-12-22T20:32:20.680647-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.12000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a1e011e-3987-4baa-89aa-af25d4edcdc3/?format=api"
        }
    ]
}