GET /api/bet_types/83667617-8bf0-46f3-95ad-69bc1a2ae797/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83667617-8bf0-46f3-95ad-69bc1a2ae797",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1fd1913-ba12-4388-a240-dddebb7e459f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-30T13:13:11.098682-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": "Oakland Athletics",
                "amount": 6324.0
            },
            {
                "team": "Los Angeles Angels",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "b85631d2-67ee-4842-b09c-afa568fa93d2",
            "gambit_id": "f195bb11-5fe3-4d5b-9661-d630b5fab66c",
            "last_updated": "2023-10-02T10:38:23.312067-04:00",
            "created_at": "2023-09-30T13:13:11.113547-04:00",
            "name": "Oakland Athletics",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83667617-8bf0-46f3-95ad-69bc1a2ae797/?format=api"
        },
        {
            "id": "1a029bf7-9b34-406f-939b-cc8ed1708f6a",
            "gambit_id": "456226c7-affc-4bdd-89b6-46f3734df0ec",
            "last_updated": "2023-10-02T10:38:23.315279-04:00",
            "created_at": "2023-09-30T13:13:11.123976-04:00",
            "name": "Los Angeles Angels",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83667617-8bf0-46f3-95ad-69bc1a2ae797/?format=api"
        }
    ]
}