GET /api/bet_types/6a410386-071b-444d-8605-cbf80d4676cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a410386-071b-444d-8605-cbf80d4676cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c84496bf-96f3-4244-a774-c339d6fd973e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:18.617977-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": "PIT (R Hill)",
                "amount": 5714.0
            },
            {
                "team": "WAS (C Kuhl)",
                "amount": 4286.0
            }
        ],
        "expected_reward_tokens": 9599.52,
        "profit_sb": 99.52,
        "profit_sb_percentage": 1.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "425467ca-26ef-435a-a879-12777df5ca73",
            "gambit_id": "3c1c4711-3917-4796-ae37-a777c46b4fe0",
            "last_updated": "2023-05-05T19:01:55.188210-04:00",
            "created_at": "2023-04-28T11:22:18.620886-04:00",
            "name": "PIT (R Hill)",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a410386-071b-444d-8605-cbf80d4676cd/?format=api"
        },
        {
            "id": "64575087-2ede-4396-8936-5408908ea80e",
            "gambit_id": "982afe8d-f178-4f44-ba2f-dcd95c6993c0",
            "last_updated": "2023-05-05T19:01:55.186143-04:00",
            "created_at": "2023-04-28T11:22:18.619396-04:00",
            "name": "WAS (C Kuhl)",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a410386-071b-444d-8605-cbf80d4676cd/?format=api"
        }
    ]
}