GET /api/bet_types/e8d35880-ee9e-4e3c-b75f-03e7da6e35ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8d35880-ee9e-4e3c-b75f-03e7da6e35ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/50e4103c-1746-4467-8084-76cee695b4d9/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-05T14:19:53.321114-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": "Vegas Golden Knights",
                "amount": 5213.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f382dd8-c534-4d0b-bc5a-15c3c2d4b871",
            "gambit_id": "0e6f727e-b469-47e3-bd18-6c90cfac60f7",
            "last_updated": "2023-03-06T19:17:19.344264-05:00",
            "created_at": "2023-03-05T14:19:53.322518-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d35880-ee9e-4e3c-b75f-03e7da6e35ee/?format=api"
        },
        {
            "id": "f36d41ee-6c01-40bb-9cc3-b79450222d50",
            "gambit_id": "7ca883ad-5b65-48c0-97a8-766939e69967",
            "last_updated": "2023-03-06T19:17:19.345590-05:00",
            "created_at": "2023-03-05T14:19:53.324010-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8d35880-ee9e-4e3c-b75f-03e7da6e35ee/?format=api"
        }
    ]
}