GET /api/bet_types/42e59a67-5fad-4164-a0e9-00cf50646e2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "42e59a67-5fad-4164-a0e9-00cf50646e2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e3f0a69b-5654-40a6-89f0-4da63e79bacc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-06T10:57:12.081772-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": "PIT (M Keller)",
                "amount": 7112.0
            },
            {
                "team": "OAK (J Kaprielian)",
                "amount": 2888.0
            }
        ],
        "expected_reward_tokens": 9530.08,
        "profit_sb": 30.08,
        "profit_sb_percentage": 0.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "45f97b77-1b1b-4b5c-9816-ed1319c7519f",
            "gambit_id": "4b6f7bab-97a8-4078-9418-775a6c8f09b5",
            "last_updated": "2023-06-07T10:38:23.385950-04:00",
            "created_at": "2023-06-06T10:57:12.086629-04:00",
            "name": "PIT (M Keller)",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42e59a67-5fad-4164-a0e9-00cf50646e2f/?format=api"
        },
        {
            "id": "db2402cf-dd83-49b0-88e2-70123f9190cb",
            "gambit_id": "6f87f101-fdee-4e2f-a8f0-2bb350eba999",
            "last_updated": "2023-06-07T10:38:23.383676-04:00",
            "created_at": "2023-06-06T10:57:12.083861-04:00",
            "name": "OAK (J Kaprielian)",
            "reward": "3.30000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/42e59a67-5fad-4164-a0e9-00cf50646e2f/?format=api"
        }
    ]
}