GET /api/bet_types/0fd21751-e759-4804-a0ed-8dbb83c36359/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fd21751-e759-4804-a0ed-8dbb83c36359",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6e6977e-b0b2-4027-b557-be44d0d5f624/?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": "New York Rangers",
                "amount": 5097.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "fd7b0b60-4bc4-4a4a-9f28-1b73eef21054",
            "gambit_id": "085088eb-d23f-4ecd-8278-5c939e1141c1",
            "last_updated": "2022-11-29T10:27:09.575851-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd21751-e759-4804-a0ed-8dbb83c36359/?format=api"
        },
        {
            "id": "ad84ea96-5e62-4dd5-a9a5-4f6309f44b0c",
            "gambit_id": "b9567d49-cb6b-43e0-8e3d-84ea2faa1d2b",
            "last_updated": "2022-11-29T10:27:09.576939-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fd21751-e759-4804-a0ed-8dbb83c36359/?format=api"
        }
    ]
}