GET /api/bet_types/1399e139-3c9d-4cc4-a238-a7b8f12c9c23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1399e139-3c9d-4cc4-a238-a7b8f12c9c23",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe94a4ae-3f8e-4743-ab7d-dc368a7683f2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:55.187739-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": "Washington Capitals",
                "amount": 5699.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4301.0
            }
        ],
        "expected_reward_tokens": 9460.34,
        "profit_sb": -39.66,
        "profit_sb_percentage": -0.42,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e0d2174-f820-4613-ab46-29052f3b2067",
            "gambit_id": "fb3ae392-9e9b-4f97-8889-0efeca1f94ce",
            "last_updated": "2023-03-06T11:42:13.212886-05:00",
            "created_at": "2023-03-04T10:37:55.190196-05:00",
            "name": "Washington Capitals",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1399e139-3c9d-4cc4-a238-a7b8f12c9c23/?format=api"
        },
        {
            "id": "a9d9514c-ad3c-4b74-8ab2-036ba53bc4e5",
            "gambit_id": "78cb9413-c948-4b07-84a7-2c70d6cf7f61",
            "last_updated": "2023-03-06T11:42:13.211600-05:00",
            "created_at": "2023-03-04T10:37:55.188956-05:00",
            "name": "San Jose Sharks",
            "reward": "2.20000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1399e139-3c9d-4cc4-a238-a7b8f12c9c23/?format=api"
        }
    ]
}