GET /api/bet_types/7bfd8924-c207-44b9-b48d-3e899616815f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bfd8924-c207-44b9-b48d-3e899616815f",
    "match": "https://api-prod.gambitprofit.com/api/matches/78b3177f-1152-4a0b-af3f-0a76217036e0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-18T08:46:54.844293-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": "Seattle Kraken",
                "amount": 6458.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "203eadf1-46da-4331-9bf8-28f6f5bdf6df",
            "gambit_id": "2501c2e6-9aad-4e4f-acf4-c85e6f8659af",
            "last_updated": "2023-03-20T09:41:56.811286-04:00",
            "created_at": "2023-03-18T08:46:54.846686-04:00",
            "name": "Seattle Kraken",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bfd8924-c207-44b9-b48d-3e899616815f/?format=api"
        },
        {
            "id": "c312b53a-61e1-4bde-8a1b-128c045df151",
            "gambit_id": "aa1006ae-2f92-4e52-9191-d7c3e686ebc4",
            "last_updated": "2023-03-20T09:41:56.812864-04:00",
            "created_at": "2023-03-18T08:46:54.849098-04:00",
            "name": "Edmonton Oilers",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bfd8924-c207-44b9-b48d-3e899616815f/?format=api"
        }
    ]
}