GET /api/bet_types/7bdbf64e-c978-45d6-8367-c4b50c5ef2af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bdbf64e-c978-45d6-8367-c4b50c5ef2af",
    "match": "https://api-prod.gambitprofit.com/api/matches/96dc7e4b-a2f7-4427-87c1-effe5251bf49/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-27T08:43:24.161199-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": "LOS (C Kershaw)",
                "amount": 7112.0
            },
            {
                "team": "COL (C Seabold)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5ba136f-b107-4629-8915-82461491ac81",
            "gambit_id": "a2091b2a-ab5a-422b-a3b8-e7a0ff83fb08",
            "last_updated": "2023-06-28T21:23:06.644068-04:00",
            "created_at": "2023-06-27T08:43:24.163117-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bdbf64e-c978-45d6-8367-c4b50c5ef2af/?format=api"
        },
        {
            "id": "aa308ab5-a5ec-45cb-b5de-82bdc5dfd88c",
            "gambit_id": "07fdbe92-4c89-4d24-a1e2-8b448a3f2f97",
            "last_updated": "2023-06-28T21:23:06.646137-04:00",
            "created_at": "2023-06-27T08:43:24.165211-04:00",
            "name": "COL (C Seabold)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bdbf64e-c978-45d6-8367-c4b50c5ef2af/?format=api"
        }
    ]
}