GET /api/bet_types/045944eb-944c-4a89-a8ef-cf02ca336007/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "045944eb-944c-4a89-a8ef-cf02ca336007",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f7ee4f1-079c-4da8-ac47-52cb68b43da8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-07T11:57:12.785050-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": "Dallas Stars",
                "amount": 3542.0
            }
        ],
        "expected_reward_tokens": 9492.56,
        "profit_sb": -7.44,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfb5cf23-88a6-4208-a2bc-bd360177d016",
            "gambit_id": "fd711fb6-c7d1-4207-8420-bae15f2edaea",
            "last_updated": "2023-05-08T11:47:08.993550-04:00",
            "created_at": "2023-05-07T11:57:12.786440-04:00",
            "name": "Seattle Kraken",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/045944eb-944c-4a89-a8ef-cf02ca336007/?format=api"
        },
        {
            "id": "f3faf91d-2f89-46f3-a409-af4b9e363065",
            "gambit_id": "79884c3d-dfbc-4da4-8c62-3186e58cd7a7",
            "last_updated": "2023-05-08T11:47:08.995080-04:00",
            "created_at": "2023-05-07T11:57:12.787854-04:00",
            "name": "Dallas Stars",
            "reward": "2.68000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/045944eb-944c-4a89-a8ef-cf02ca336007/?format=api"
        }
    ]
}