GET /api/bet_types/c84bbe29-847c-4607-a154-308b666f1964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c84bbe29-847c-4607-a154-308b666f1964",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ad33530-aa74-45cc-96e6-0d9e0d61b604/?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": "Toronto Maple Leafs",
                "amount": 6410.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3590.0
            }
        ],
        "expected_reward_tokens": 9549.4,
        "profit_sb": 49.4,
        "profit_sb_percentage": 0.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "a3ce15a5-e24b-4ad1-89d9-00f0a37010c3",
            "gambit_id": "f3cdaf9e-8535-4160-99d7-a31f35a1d9c3",
            "last_updated": "2022-10-14T10:02:04.461893-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c84bbe29-847c-4607-a154-308b666f1964/?format=api"
        },
        {
            "id": "f8c7fb20-96ba-4a54-bc0f-b2dee4cc2062",
            "gambit_id": "7b0f143b-336a-449c-b612-787b78e426c9",
            "last_updated": "2022-10-14T10:02:04.462866-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.66000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c84bbe29-847c-4607-a154-308b666f1964/?format=api"
        }
    ]
}