GET /api/bet_types/d1676673-1f9a-4883-bc1a-f7d423be9b1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1676673-1f9a-4883-bc1a-f7d423be9b1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e748c50-d867-4370-865e-ddada0c2eaeb/?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": "NYM (T Walker)",
                "amount": 7247.0
            },
            {
                "team": "CIN (T Zeuch)",
                "amount": 2753.0
            }
        ],
        "expected_reward_tokens": 9276.16,
        "profit_sb": 276.16,
        "profit_sb_percentage": 3.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "8b310938-a121-40f5-8e24-263fc2d5e655",
            "gambit_id": "ff5e4a06-25ad-49f1-98ef-32102bcbbf36",
            "last_updated": "2022-08-11T09:47:09.394602-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (T Walker)",
            "reward": "1.28000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1676673-1f9a-4883-bc1a-f7d423be9b1a/?format=api"
        },
        {
            "id": "297b2e2d-6056-48f4-be3d-cb43a30d678d",
            "gambit_id": "05fdf1c2-74de-4628-87d3-02be3efb6e61",
            "last_updated": "2022-08-11T09:47:09.395030-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (T Zeuch)",
            "reward": "3.37000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1676673-1f9a-4883-bc1a-f7d423be9b1a/?format=api"
        }
    ]
}