GET /api/bet_types/6e226213-ff40-4625-a0ab-a963acee1662/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e226213-ff40-4625-a0ab-a963acee1662",
    "match": "https://api-prod.gambitprofit.com/api/matches/3860ee5f-3000-4171-880f-aa1e12b6e2bf/?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": "Vancouver Canucks",
                "amount": 6667.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "8bf67f8b-29ae-4db3-a738-7967432fee44",
            "gambit_id": "d0d4a209-b707-462f-9274-2dfacb4b31b5",
            "last_updated": "2022-10-28T09:47:03.647999-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e226213-ff40-4625-a0ab-a963acee1662/?format=api"
        },
        {
            "id": "88970979-8d45-4548-acd8-ece7efbf08cb",
            "gambit_id": "1bd3f56a-2d33-4972-a1bb-49f8b8ec3f40",
            "last_updated": "2022-10-28T09:47:03.646995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Seattle Kraken",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e226213-ff40-4625-a0ab-a963acee1662/?format=api"
        }
    ]
}