GET /api/bet_types/cf4bc989-0c65-4ae5-8f63-88da4d4db9dc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf4bc989-0c65-4ae5-8f63-88da4d4db9dc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c4a048f3-76b9-4902-988f-942a6d8bc405/?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": "KAN",
                "amount": 6389.0
            },
            {
                "team": "DET",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "d48d1171-8f99-405b-8f86-3baef9f7cfcd",
            "gambit_id": "fd1697e4-419c-43b7-b1ba-6742b38a9c3e",
            "last_updated": "2022-09-28T09:17:11.623860-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf4bc989-0c65-4ae5-8f63-88da4d4db9dc/?format=api"
        },
        {
            "id": "90b63740-03a8-4d00-b61d-cdd8fd1fc78d",
            "gambit_id": "176a64df-d8b3-4106-879c-1c51b5079691",
            "last_updated": "2022-09-28T09:17:11.622671-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf4bc989-0c65-4ae5-8f63-88da4d4db9dc/?format=api"
        }
    ]
}