GET /api/bet_types/1dcffbfa-6691-4180-b9b4-a8946517648f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dcffbfa-6691-4180-b9b4-a8946517648f",
    "match": "https://api-prod.gambitprofit.com/api/matches/c57c776e-61db-4954-86ed-596e734f0c90/?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": "Portland Trail Blazers",
                "amount": 5829.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "eee1c319-6a1e-4bdb-bf50-bef72acf447b",
            "gambit_id": "ba0fc642-01a2-46eb-810b-fc6afd816daf",
            "last_updated": "2022-11-18T09:48:06.160132-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dcffbfa-6691-4180-b9b4-a8946517648f/?format=api"
        },
        {
            "id": "5ccb5a5d-5301-442c-890c-5990f21e8653",
            "gambit_id": "3ca89bcd-2966-4b4d-be98-24412ddd603e",
            "last_updated": "2022-11-18T09:48:06.161247-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dcffbfa-6691-4180-b9b4-a8946517648f/?format=api"
        }
    ]
}