GET /api/bet_types/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f059d6e-7f71-4198-8a05-546abf19d06f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7b562c25-6963-4436-8508-e58ab1a88772/?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": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 6071.0
            },
            {
                "team": "Draw",
                "amount": 3929.0
            }
        ],
        "expected_reward_tokens": 12140.61,
        "profit_sb": 3140.61,
        "profit_sb_percentage": 34.9,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Chelsea",
                "amount": 4393.0
            },
            {
                "team": "Draw",
                "amount": 2844.0
            },
            {
                "team": "Tottenham",
                "amount": 2763.0
            }
        ],
        "expected_reward_tokens": 8786.0,
        "profit_sb": -214.0,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "e55aab79-86bf-45a8-8929-a2540236a218",
            "gambit_id": "a07bb65b-2f58-4956-8e85-1667ba3f3098",
            "last_updated": "2022-08-15T14:27:20.260669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chelsea",
            "reward": "2.00000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api"
        },
        {
            "id": "b270de4f-1892-4c4a-837f-131832da61fa",
            "gambit_id": "0ee28795-41f8-40dc-a3cf-9f98e09579d3",
            "last_updated": "2022-08-15T14:27:20.259804-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.09000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api"
        },
        {
            "id": "bef6861e-3cd9-4837-8650-ff4d8e3b3df9",
            "gambit_id": "e2f68f48-2c4c-4605-81c8-6691697d9c44",
            "last_updated": "2022-08-15T14:27:20.260238-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "3.18000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f059d6e-7f71-4198-8a05-546abf19d06f/?format=api"
        }
    ]
}