GET /api/bet_types/deeaa721-9b50-4a66-b506-2794d5d76e7d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "deeaa721-9b50-4a66-b506-2794d5d76e7d",
    "match": "https://api-prod.gambitprofit.com/api/matches/03a1f004-a055-4b30-81f1-37c09fa8386b/?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": "Minnesota Wild",
                "amount": 5899.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4101.0
            }
        ],
        "expected_reward_tokens": 9143.45,
        "profit_sb": 143.45,
        "profit_sb_percentage": 1.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "7e22a5ee-896a-4f35-a644-94777a9b8cda",
            "gambit_id": "670f08bc-e35a-4ef4-b676-27e05deb98b9",
            "last_updated": "2022-12-17T19:47:21.935497-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.55000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeaa721-9b50-4a66-b506-2794d5d76e7d/?format=api"
        },
        {
            "id": "8beef286-6cc5-4d81-8a65-3294e607e215",
            "gambit_id": "6e8f74c1-e261-4aff-844c-22267595b74b",
            "last_updated": "2022-12-17T19:47:21.936558-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/deeaa721-9b50-4a66-b506-2794d5d76e7d/?format=api"
        }
    ]
}