GET /api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7b98b30a-c83d-464b-8b2c-da2fb18038ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/a4c010c7-8d00-4d43-b5fc-470b1d0c15ac/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-22T08:52:02.320444-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": "Dallas Stars",
                "amount": 7790.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2210.0
            }
        ],
        "expected_reward_tokens": 9503.0,
        "profit_sb": 3.0,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "979f14e2-1a96-4ac3-b949-047089d3ca01",
            "gambit_id": "644b2930-a2b8-4dd7-8331-f1a771929f6a",
            "last_updated": "2023-02-23T09:26:55.767324-05:00",
            "created_at": "2023-02-22T08:52:02.321664-05:00",
            "name": "Dallas Stars",
            "reward": "1.22000",
            "odds": "1.22730",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api"
        },
        {
            "id": "0b3e929f-7430-4b74-9dfa-c963d0e5b873",
            "gambit_id": "4043fdb6-1074-4239-9921-61b2b5896465",
            "last_updated": "2023-02-23T09:26:55.768512-05:00",
            "created_at": "2023-02-22T08:52:02.322966-05:00",
            "name": "Chicago Blackhawks",
            "reward": "4.30000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7b98b30a-c83d-464b-8b2c-da2fb18038ab/?format=api"
        }
    ]
}