GET /api/bet_types/175b7dca-9056-4383-bd0f-ad6503fdb85b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "175b7dca-9056-4383-bd0f-ad6503fdb85b",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d462403-aacc-4e5c-9db8-d67478c8367e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:08.311632-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": "Miami Heat",
                "amount": 7741.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 2259.0
            }
        ],
        "expected_reward_tokens": 9442.62,
        "profit_sb": -57.38,
        "profit_sb_percentage": -0.6,
        "recommended": false
    },
    "lines": [
        {
            "id": "f94ba4c1-1ef9-4aa9-bcdb-0876a2c7cc65",
            "gambit_id": "94aeb15d-7b7b-4508-b5c9-14e3c36de075",
            "last_updated": "2023-10-26T10:48:10.229633-04:00",
            "created_at": "2023-10-25T09:13:08.320363-04:00",
            "name": "Miami Heat",
            "reward": "1.22000",
            "odds": "1.23260",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175b7dca-9056-4383-bd0f-ad6503fdb85b/?format=api"
        },
        {
            "id": "50989b61-29e1-4d9f-96d7-f723c967f6f1",
            "gambit_id": "25cd3406-db38-448e-b00e-8c77c48ee9cc",
            "last_updated": "2023-10-26T10:48:10.225960-04:00",
            "created_at": "2023-10-25T09:13:08.315870-04:00",
            "name": "Detroit Pistons",
            "reward": "4.18000",
            "odds": "4.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/175b7dca-9056-4383-bd0f-ad6503fdb85b/?format=api"
        }
    ]
}