GET /api/bet_types/0d34bd46-c476-4e26-971d-0c3761d7d459/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d34bd46-c476-4e26-971d-0c3761d7d459",
    "match": "https://api-prod.gambitprofit.com/api/matches/f73810db-1a5b-4ff0-883c-b67368cf2596/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-09T09:42:58.607462-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": "NYY (M King)",
                "amount": 5776.0
            },
            {
                "team": "MIL (W Miley)",
                "amount": 4224.0
            }
        ],
        "expected_reward_tokens": 9588.16,
        "profit_sb": 88.16,
        "profit_sb_percentage": 0.93,
        "recommended": true
    },
    "lines": [
        {
            "id": "c321b96e-cb53-41b4-9dd8-cbcd354bd302",
            "gambit_id": "b6223557-5c87-440c-b8c4-49f1e856cf34",
            "last_updated": "2023-09-11T09:08:28.021332-04:00",
            "created_at": "2023-09-09T09:42:58.619877-04:00",
            "name": "NYY (M King)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d34bd46-c476-4e26-971d-0c3761d7d459/?format=api"
        },
        {
            "id": "124500f1-84df-4277-831e-83c209e15f76",
            "gambit_id": "3738079b-7999-4343-84e3-d87a771f1366",
            "last_updated": "2023-09-11T09:08:28.017919-04:00",
            "created_at": "2023-09-09T09:42:58.614103-04:00",
            "name": "MIL (W Miley)",
            "reward": "2.27000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d34bd46-c476-4e26-971d-0c3761d7d459/?format=api"
        }
    ]
}