GET /api/bet_types/9c3666f2-757b-4e3f-ab98-a4f865f80783/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c3666f2-757b-4e3f-ab98-a4f865f80783",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f0c9ddb-1e0f-4845-bb87-a9a55e6a5355/?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 (Z Wheeler)",
                "amount": 5623.0
            },
            {
                "team": "SDG (Y Darvish)",
                "amount": 4377.0
            }
        ],
        "expected_reward_tokens": 9671.56,
        "profit_sb": 171.56,
        "profit_sb_percentage": 1.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "52ff9b31-e0e1-4140-ad97-a9fa8b8ecdbc",
            "gambit_id": "caa7b62e-80ef-48a7-8f86-c62618b91c7c",
            "last_updated": "2022-10-24T10:37:07.506318-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (Z Wheeler)",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c3666f2-757b-4e3f-ab98-a4f865f80783/?format=api"
        },
        {
            "id": "e57c4505-2dee-49ee-9f94-11511d3884ce",
            "gambit_id": "d4f077cd-4a2d-4203-85ef-79c1ca334f13",
            "last_updated": "2022-10-24T10:37:07.507398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (Y Darvish)",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c3666f2-757b-4e3f-ab98-a4f865f80783/?format=api"
        }
    ]
}