GET /api/bet_types/1f8c47bf-5a38-4f4e-abf8-a20a3f8bd638/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1f8c47bf-5a38-4f4e-abf8-a20a3f8bd638",
    "match": "https://api-prod.gambitprofit.com/api/matches/27afb5e9-f307-4816-8a83-f23e9f0100ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (M Fried)",
                "amount": 6776.0
            },
            {
                "team": "MIA (P Lopez)",
                "amount": 3224.0
            }
        ],
        "expected_reward_tokens": 9283.12,
        "profit_sb": 283.12,
        "profit_sb_percentage": 3.15,
        "recommended": true
    },
    "lines": [
        {
            "id": "8bcfdd25-2546-47a2-938a-301125071f25",
            "gambit_id": "13a3c55c-ece2-4ec4-bab1-41e8c7c2754e",
            "last_updated": "2022-09-05T13:47:15.160717-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (M Fried)",
            "reward": "1.37000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f8c47bf-5a38-4f4e-abf8-a20a3f8bd638/?format=api"
        },
        {
            "id": "3d46dc6e-2ad8-42ca-9178-1e3893934c53",
            "gambit_id": "70353ca5-7fad-41ff-bf5c-9513b431273b",
            "last_updated": "2022-09-05T13:47:15.161687-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA (P Lopez)",
            "reward": "2.88000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1f8c47bf-5a38-4f4e-abf8-a20a3f8bd638/?format=api"
        }
    ]
}