GET /api/bet_types/8a7d460e-ec9a-48b7-a295-55a5b71255c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a7d460e-ec9a-48b7-a295-55a5b71255c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/1837174c-92e7-41b7-8c73-eb2768ca3821/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-16T12:17:22.620937-04: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": "CLE (S Bieber)",
                "amount": 6627.0
            },
            {
                "team": "WAS (P Corbin)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "bfe71e81-cc3c-431c-8056-00f34717fd9e",
            "gambit_id": "c46cf2a3-9d41-4670-a180-441bf2b5a0f6",
            "last_updated": "2023-04-18T12:12:06.710954-04:00",
            "created_at": "2023-04-16T12:17:22.626687-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7d460e-ec9a-48b7-a295-55a5b71255c0/?format=api"
        },
        {
            "id": "a4bb3428-4565-497d-99d5-648022433617",
            "gambit_id": "e63b13a3-9d0d-4cd8-9f08-e96ad2e90069",
            "last_updated": "2023-04-18T12:12:06.708653-04:00",
            "created_at": "2023-04-16T12:17:22.623920-04:00",
            "name": "WAS (P Corbin)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a7d460e-ec9a-48b7-a295-55a5b71255c0/?format=api"
        }
    ]
}