GET /api/bet_types/986f8c1f-1155-41e4-b87a-12723f35cafe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "986f8c1f-1155-41e4-b87a-12723f35cafe",
    "match": "https://api-prod.gambitprofit.com/api/matches/3e7bc6eb-d0e0-4d1c-a2e6-695206b89417/?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": "New York Islanders",
                "amount": 5000.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "09048e11-e9cc-4dba-af95-0da692fcea4c",
            "gambit_id": "156b2a69-cf18-4146-bd27-1b15aa6ae217",
            "last_updated": "2022-12-05T15:52:12.901741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Islanders",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986f8c1f-1155-41e4-b87a-12723f35cafe/?format=api"
        },
        {
            "id": "b90f4a1c-d959-4d65-8eaa-095a2ad87dfa",
            "gambit_id": "364f0b69-6931-410b-bac2-c403b3cec897",
            "last_updated": "2022-12-05T15:52:12.902714-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/986f8c1f-1155-41e4-b87a-12723f35cafe/?format=api"
        }
    ]
}