GET /api/bet_types/304baf11-6c7d-4344-a2fe-7ed73206b710/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "304baf11-6c7d-4344-a2fe-7ed73206b710",
    "match": "https://api-prod.gambitprofit.com/api/matches/9a4615b2-58c0-4cd5-bda3-92b4fc6fc68a/?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": "CLE (Z Plesac)",
                "amount": 6471.0
            },
            {
                "team": "DET (G Hill)",
                "amount": 3529.0
            }
        ],
        "expected_reward_tokens": 9316.56,
        "profit_sb": 316.56,
        "profit_sb_percentage": 3.52,
        "recommended": true
    },
    "lines": [
        {
            "id": "f5f8f902-9e01-4b82-b507-0ffd27d0c7ec",
            "gambit_id": "1680eae0-d851-45f1-9cd8-ae3f251958ee",
            "last_updated": "2022-08-17T09:32:03.673023-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (Z Plesac)",
            "reward": "1.44000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304baf11-6c7d-4344-a2fe-7ed73206b710/?format=api"
        },
        {
            "id": "3242a2b0-755b-47cd-8781-6a485760efa2",
            "gambit_id": "6e6414b8-80c7-4d44-9b36-7d38e93d1f51",
            "last_updated": "2022-08-17T09:32:03.673526-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET (G Hill)",
            "reward": "2.64000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/304baf11-6c7d-4344-a2fe-7ed73206b710/?format=api"
        }
    ]
}