GET /api/bet_types/9120fea8-1030-42fc-82ee-18e275a06fcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9120fea8-1030-42fc-82ee-18e275a06fcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b6e32c0-90d3-4f52-bab1-55cb443f992a/?format=api",
    "name": "Play the Odds",
    "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": "Edmonton Oilers",
                "amount": 5899.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "2be7fd37-9895-47dc-b20b-f951444b52c8",
            "gambit_id": "aa10079b-ff6e-4798-a404-bfacfc6e4b62",
            "last_updated": "2022-11-14T11:02:50.246467-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9120fea8-1030-42fc-82ee-18e275a06fcb/?format=api"
        },
        {
            "id": "867ecfd8-b5b3-447b-9aae-4475bf433d1c",
            "gambit_id": "46f11d36-6aaa-4e3b-a5d7-e2ee7d4e5287",
            "last_updated": "2022-11-14T11:02:50.245481-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9120fea8-1030-42fc-82ee-18e275a06fcb/?format=api"
        }
    ]
}