GET /api/bet_types/e21de0b2-e44a-40d2-9822-4ba02f2204c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e21de0b2-e44a-40d2-9822-4ba02f2204c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/de66aded-82da-41cf-bff8-d75784d230ed/?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": "San Francisco 49ers",
                "amount": 7040.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2960.0
            }
        ],
        "expected_reward_tokens": 9292.8,
        "profit_sb": 292.8,
        "profit_sb_percentage": 3.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "7df9573e-dc91-4c34-9a79-5a05bda1bfe5",
            "gambit_id": "cff0d30f-523b-4636-9c81-1003e395f1ea",
            "last_updated": "2022-09-12T10:21:58.978987-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Francisco 49ers",
            "reward": "1.32000",
            "odds": "1.35710",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e21de0b2-e44a-40d2-9822-4ba02f2204c4/?format=api"
        },
        {
            "id": "cb5d0fd4-5401-4e6c-9a5c-f46180c19e18",
            "gambit_id": "30a571d0-2cc7-4e5e-9760-7b0dffe995e6",
            "last_updated": "2022-09-12T10:21:58.977896-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "3.14000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e21de0b2-e44a-40d2-9822-4ba02f2204c4/?format=api"
        }
    ]
}