GET /api/bet_types/7871a3e8-2b4d-469f-a569-b06e8849349f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7871a3e8-2b4d-469f-a569-b06e8849349f",
    "match": "https://api-prod.gambitprofit.com/api/matches/cc71ec6d-8de2-4ec5-a917-895eaa0fe658/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T10:22:13.411724-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": "CIN (N Lodolo)",
                "amount": 5838.0
            },
            {
                "team": "PIT (R Hill)",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9572.6,
        "profit_sb": 72.6,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "2bb17816-324b-4921-8998-ad16b2e599cd",
            "gambit_id": "6bca3947-2fce-4d97-a1c7-f906b72d7519",
            "last_updated": "2023-04-03T10:01:59.819611-04:00",
            "created_at": "2023-04-01T10:22:13.413769-04:00",
            "name": "CIN (N Lodolo)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7871a3e8-2b4d-469f-a569-b06e8849349f/?format=api"
        },
        {
            "id": "e5ff8217-c7e3-4902-98d4-d8a4f7e2c31b",
            "gambit_id": "09fa526b-2e96-449f-bb18-dcd9dc0bc6e7",
            "last_updated": "2023-04-03T10:01:59.822315-04:00",
            "created_at": "2023-04-01T10:22:13.416036-04:00",
            "name": "PIT (R Hill)",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7871a3e8-2b4d-469f-a569-b06e8849349f/?format=api"
        }
    ]
}