GET /api/bet_types/6e0d4090-0161-4adb-81da-e13ab322a099/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e0d4090-0161-4adb-81da-e13ab322a099",
    "match": "https://api-prod.gambitprofit.com/api/matches/b041dccf-d6f6-4011-9909-e70ef1686e32/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-19T09:22:05.657446-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": "Boston Bruins",
                "amount": 7082.0
            },
            {
                "team": "New York Rangers",
                "amount": 2918.0
            }
        ],
        "expected_reward_tokens": 9629.4,
        "profit_sb": 129.4,
        "profit_sb_percentage": 1.36,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f3ae817-c798-4809-9a91-ceb45c73b4e0",
            "gambit_id": "c7c088ee-0c95-48be-ad42-6993be7a9bbd",
            "last_updated": "2023-01-20T10:06:58.363797-05:00",
            "created_at": "2023-01-19T09:22:05.660682-05:00",
            "name": "Boston Bruins",
            "reward": "1.36000",
            "odds": "1.36360",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0d4090-0161-4adb-81da-e13ab322a099/?format=api"
        },
        {
            "id": "0ad290dd-d43f-45fe-b5ac-80838c0e73b0",
            "gambit_id": "12b04427-66be-4d09-910c-0d3041039df1",
            "last_updated": "2023-01-20T10:06:58.362666-05:00",
            "created_at": "2023-01-19T09:22:05.658721-05:00",
            "name": "New York Rangers",
            "reward": "3.30000",
            "odds": "3.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e0d4090-0161-4adb-81da-e13ab322a099/?format=api"
        }
    ]
}