GET /api/bet_types/068acfef-cbbe-45cc-93c5-b4a5a5ae882f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "068acfef-cbbe-45cc-93c5-b4a5a5ae882f",
    "match": "https://api-prod.gambitprofit.com/api/matches/4e6e00d7-2ff4-491b-bf84-4a4b2b8ea757/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-17T09:58:18.980224-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": "Vegas Golden Knights",
                "amount": 6324.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fc2b3bd-2c04-41aa-8d22-35a1802ddf46",
            "gambit_id": "4bae2cc3-4082-412a-b55b-187be73804c3",
            "last_updated": "2023-12-19T10:08:19.946378-05:00",
            "created_at": "2023-12-17T09:58:18.988427-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/068acfef-cbbe-45cc-93c5-b4a5a5ae882f/?format=api"
        },
        {
            "id": "ac3c8587-cbc6-4a67-9051-37362bedb2cd",
            "gambit_id": "dad279a3-eee0-46ac-95f9-f76d2925627b",
            "last_updated": "2023-12-19T10:08:19.942809-05:00",
            "created_at": "2023-12-17T09:58:18.983917-05:00",
            "name": "Ottawa Senators",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/068acfef-cbbe-45cc-93c5-b4a5a5ae882f/?format=api"
        }
    ]
}