GET /api/bet_types/b1ececd2-a78d-430b-8bbb-01fcf44b81f6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1ececd2-a78d-430b-8bbb-01fcf44b81f6",
    "match": "https://api-prod.gambitprofit.com/api/matches/ce97937e-68be-41b8-ad04-0d153c453e0f/?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": "CLE (S Bieber)",
                "amount": 5798.0
            },
            {
                "team": "TAM (C Kluber)",
                "amount": 4202.0
            }
        ],
        "expected_reward_tokens": 9160.36,
        "profit_sb": 160.36,
        "profit_sb_percentage": 1.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "ffb70e01-0357-4c42-8435-a96da329b798",
            "gambit_id": "2d7bd90c-caa4-4bd0-ac7b-2daa2c88ad17",
            "last_updated": "2022-09-28T08:51:53.664066-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (S Bieber)",
            "reward": "1.58000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ececd2-a78d-430b-8bbb-01fcf44b81f6/?format=api"
        },
        {
            "id": "e6af6e1b-6aa3-49f7-a468-0e85da8d7579",
            "gambit_id": "5533c92f-69c9-49d0-bb0b-68b0c7dcc0a9",
            "last_updated": "2022-09-28T08:51:53.665115-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TAM (C Kluber)",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1ececd2-a78d-430b-8bbb-01fcf44b81f6/?format=api"
        }
    ]
}