GET /api/bet_types/67e45d88-6e63-4dc8-ba9b-b1951a61e094/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67e45d88-6e63-4dc8-ba9b-b1951a61e094",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2fdd200-ec6b-455d-843c-50d1b2482adb/?format=api",
    "name": "Pick the Winner",
    "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": "UL Lafayette",
                "amount": 7579.0
            },
            {
                "team": "Eastern Michigan",
                "amount": 2421.0
            }
        ],
        "expected_reward_tokens": 9246.38,
        "profit_sb": 246.38,
        "profit_sb_percentage": 2.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "981d124d-8f7f-4cec-8e18-df8fb6bf8009",
            "gambit_id": "29f51a8f-7a4a-4287-ad6a-d06f96b30d1d",
            "last_updated": "2022-09-11T10:42:23.784978-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "1.22000",
            "odds": "1.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e45d88-6e63-4dc8-ba9b-b1951a61e094/?format=api"
        },
        {
            "id": "9a2bc5c8-2298-4072-83ac-bb06ca6e1f22",
            "gambit_id": "bc08ead8-50db-4316-bb89-76fdacea9793",
            "last_updated": "2022-09-11T10:42:23.786122-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Eastern Michigan",
            "reward": "3.82000",
            "odds": "4.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e45d88-6e63-4dc8-ba9b-b1951a61e094/?format=api"
        }
    ]
}