GET /api/bet_types/0e08bed5-08d4-4713-a9df-37f5191b8776/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0e08bed5-08d4-4713-a9df-37f5191b8776",
    "match": "https://api-prod.gambitprofit.com/api/matches/60f8eefc-d64f-4b6e-a162-755df2f6468d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-03T08:02:17.908263-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": "Edmonton Oilers",
                "amount": 6020.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3980.0
            }
        ],
        "expected_reward_tokens": 9511.6,
        "profit_sb": 11.6,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "d79035a1-f59f-4e6d-bc12-83a8294c0760",
            "gambit_id": "8b1019d7-8f3b-4f18-ba10-c9b4acf19e7f",
            "last_updated": "2023-03-04T16:27:21.224236-05:00",
            "created_at": "2023-03-03T08:02:17.909531-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e08bed5-08d4-4713-a9df-37f5191b8776/?format=api"
        },
        {
            "id": "8e615b08-f672-46b3-a63f-499c6473d1ad",
            "gambit_id": "4e65734f-6938-45b5-b8e2-7fd0feba5b33",
            "last_updated": "2023-03-04T16:27:21.225405-05:00",
            "created_at": "2023-03-03T08:02:17.910832-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.39000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0e08bed5-08d4-4713-a9df-37f5191b8776/?format=api"
        }
    ]
}