GET /api/bet_types/14c10424-774f-4fb2-bfaa-4ba167dfd190/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14c10424-774f-4fb2-bfaa-4ba167dfd190",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb431d6e-bed7-4a2d-811e-cb6004dbcd19/?format=api",
    "name": "Play the Odds",
    "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": "Seattle Kraken",
                "amount": 5521.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": 495.48,
        "profit_sb_percentage": 5.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "44bb08b5-c6ee-4ecc-a10c-ff406b46fc1f",
            "gambit_id": "d1a312da-b7c6-4760-bd4e-8f4d2b8bbd6c",
            "last_updated": "2022-11-02T10:52:36.692044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14c10424-774f-4fb2-bfaa-4ba167dfd190/?format=api"
        },
        {
            "id": "6b4ee3e3-3843-4dcf-8a4d-95603c097e20",
            "gambit_id": "27329798-00e7-4548-9600-4444ddce4d35",
            "last_updated": "2022-11-02T10:52:36.691074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Calgary Flames",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14c10424-774f-4fb2-bfaa-4ba167dfd190/?format=api"
        }
    ]
}