GET /api/bet_types/8c9f98ed-576c-4be9-ab3d-17632ae67876/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c9f98ed-576c-4be9-ab3d-17632ae67876",
    "match": "https://api-prod.gambitprofit.com/api/matches/d607a6c2-84c5-4bd6-a69e-9ad7333e3666/?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": "Colorado Avalanche",
                "amount": 6336.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "b88b89e1-e784-4b89-9a9f-76b5cd25c8ee",
            "gambit_id": "7bf025a4-3d01-4c48-b3bf-e912c5f3b7ff",
            "last_updated": "2022-12-06T11:26:56.730557-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c9f98ed-576c-4be9-ab3d-17632ae67876/?format=api"
        },
        {
            "id": "841356d6-9f7e-4aa4-8604-22f76239581e",
            "gambit_id": "3d1e1bd7-e2f2-41d3-8349-859e27ba6c6a",
            "last_updated": "2022-12-06T11:26:56.729305-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c9f98ed-576c-4be9-ab3d-17632ae67876/?format=api"
        }
    ]
}