GET /api/bet_types/73ac808e-94c0-4cc6-ad97-81e64155d52f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "73ac808e-94c0-4cc6-ad97-81e64155d52f",
    "match": "https://api-prod.gambitprofit.com/api/matches/44ce3085-8630-45fd-9c80-e62144eeeaf5/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:54.105250-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": 6667.0
            },
            {
                "team": "Florida Panthers",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "18fbf39a-5f9a-4fb7-8b06-5ce9efb33f1c",
            "gambit_id": "f7687ce8-43f8-4200-b4b4-bf46b1d528fb",
            "last_updated": "2023-02-12T10:32:09.249846-05:00",
            "created_at": "2023-02-11T09:01:54.108087-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73ac808e-94c0-4cc6-ad97-81e64155d52f/?format=api"
        },
        {
            "id": "0a465659-393f-43bc-96d9-95353a8b5274",
            "gambit_id": "9d22ffef-9bf8-4887-9cc7-40eaeaaef374",
            "last_updated": "2023-02-12T10:32:09.248541-05:00",
            "created_at": "2023-02-11T09:01:54.106636-05:00",
            "name": "Florida Panthers",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/73ac808e-94c0-4cc6-ad97-81e64155d52f/?format=api"
        }
    ]
}