GET /api/bet_types/be049595-13e8-4127-b27e-e566e82cfb54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "be049595-13e8-4127-b27e-e566e82cfb54",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e2b9f0-799e-4562-836a-d10795db9f81/?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": "PHI (A Nola)",
                "amount": 5095.0
            },
            {
                "team": "ATL (J Odorizzi)",
                "amount": 4905.0
            }
        ],
        "expected_reward_tokens": 9171.0,
        "profit_sb": 171.0,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "c32f4d95-1355-4f78-9092-55ef4ab10c6a",
            "gambit_id": "a76c1bca-33f0-46b5-9ac0-7b33f30a7593",
            "last_updated": "2022-09-19T09:32:05.095253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "1.80000",
            "odds": "1.91740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be049595-13e8-4127-b27e-e566e82cfb54/?format=api"
        },
        {
            "id": "381f6542-824d-49d2-b906-bc3741692fef",
            "gambit_id": "5504c505-c33a-48a4-9601-abf5883f4f42",
            "last_updated": "2022-09-19T09:32:05.096403-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL (J Odorizzi)",
            "reward": "1.87000",
            "odds": "1.99010",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/be049595-13e8-4127-b27e-e566e82cfb54/?format=api"
        }
    ]
}