GET /api/bet_types/9d5bd4de-719d-43a6-9626-e1582253c917/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9d5bd4de-719d-43a6-9626-e1582253c917",
    "match": "https://api-prod.gambitprofit.com/api/matches/b62d4276-adbe-4da5-8dc3-1e1896768656/?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": "Cleveland Cavaliers",
                "amount": 8083.0
            },
            {
                "team": "Orlando Magic",
                "amount": 1917.0
            }
        ],
        "expected_reward_tokens": 9295.45,
        "profit_sb": 295.45,
        "profit_sb_percentage": 3.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a344a2e-099f-4842-9c5f-ceaf29154cac",
            "gambit_id": "4f80d972-346d-4964-a927-e9c2b8ad1da3",
            "last_updated": "2022-12-03T09:57:34.825014-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.15000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5bd4de-719d-43a6-9626-e1582253c917/?format=api"
        },
        {
            "id": "16871746-db87-4bc3-9f50-f654b9cadf9c",
            "gambit_id": "02d0789b-f117-44c4-9eaa-8e2792e997b5",
            "last_updated": "2022-12-03T09:57:34.825993-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando Magic",
            "reward": "4.85000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9d5bd4de-719d-43a6-9626-e1582253c917/?format=api"
        }
    ]
}