GET /api/bet_types/b6648fb1-90ad-414a-b9f1-b765a7ee3e2b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6648fb1-90ad-414a-b9f1-b765a7ee3e2b",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc73cda4-afe3-4b7c-9e11-5d9e6dcd105c/?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": "ATL",
                "amount": 6183.0
            },
            {
                "team": "COL",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 9274.5,
        "profit_sb": 274.5,
        "profit_sb_percentage": 3.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "b50b442a-0281-4d0e-a248-20d4d14709ce",
            "gambit_id": "ed2fe73e-00f4-47c3-aedf-4c607e2d51df",
            "last_updated": "2022-09-02T08:57:02.888073-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.50000",
            "odds": "1.55560",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6648fb1-90ad-414a-b9f1-b765a7ee3e2b/?format=api"
        },
        {
            "id": "9eac6102-7e43-40cc-909d-2ab13b987957",
            "gambit_id": "72e4002e-c242-443a-a793-20684a957d64",
            "last_updated": "2022-09-02T08:57:02.888650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.43000",
            "odds": "2.60000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6648fb1-90ad-414a-b9f1-b765a7ee3e2b/?format=api"
        }
    ]
}