GET /api/bet_types/00fec763-f598-4c52-bab9-a04c5dcee0d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00fec763-f598-4c52-bab9-a04c5dcee0d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/67c3c3b3-aa75-46e8-a31b-59b6ea2286ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-08T08:28:07.758732-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": "ATL (Y Chirinos)",
                "amount": 6060.0
            },
            {
                "team": "PIT (M Keller)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "fbdacdea-5c1d-4fd9-a1e4-f7d751a1814a",
            "gambit_id": "c452a995-df7f-4e4b-9e15-cc61e982cea0",
            "last_updated": "2023-08-10T10:23:25.009508-04:00",
            "created_at": "2023-08-08T08:28:07.765208-04:00",
            "name": "ATL (Y Chirinos)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00fec763-f598-4c52-bab9-a04c5dcee0d1/?format=api"
        },
        {
            "id": "81f33e8e-2d8d-49d5-ad88-f81845f54089",
            "gambit_id": "c2858ccc-0fb7-4d9d-84e3-050e26d7df19",
            "last_updated": "2023-08-10T10:23:25.013789-04:00",
            "created_at": "2023-08-08T08:28:07.771024-04:00",
            "name": "PIT (M Keller)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00fec763-f598-4c52-bab9-a04c5dcee0d1/?format=api"
        }
    ]
}