GET /api/bet_types/00f1a77a-798e-4b9e-ae09-21cb53d1bef7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "00f1a77a-798e-4b9e-ae09-21cb53d1bef7",
    "match": "https://api-prod.gambitprofit.com/api/matches/539440ab-1beb-4468-a979-9577b58b9beb/?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": "Minnesota Wild",
                "amount": 6482.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3518.0
            }
        ],
        "expected_reward_tokens": 9074.8,
        "profit_sb": 74.8,
        "profit_sb_percentage": 0.83,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0715fc6-0f7c-446e-9d6d-0aad291a5cc3",
            "gambit_id": "e3f2a745-f0ba-4d7a-847b-cd345d4fd666",
            "last_updated": "2022-11-14T15:12:37.698432-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f1a77a-798e-4b9e-ae09-21cb53d1bef7/?format=api"
        },
        {
            "id": "8f334b4f-d418-42da-8247-0173100540df",
            "gambit_id": "449e0ffd-660d-42f8-a725-f3687c9b50e6",
            "last_updated": "2022-11-14T15:12:37.699418-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Jose Sharks",
            "reward": "2.58000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/00f1a77a-798e-4b9e-ae09-21cb53d1bef7/?format=api"
        }
    ]
}