GET /api/bet_types/aa562d3a-8bfe-4790-bd0f-62285a30237d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa562d3a-8bfe-4790-bd0f-62285a30237d",
    "match": "https://api-prod.gambitprofit.com/api/matches/91363824-3d14-4ae7-8a0f-86be4fdaa19b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:43:12.458618-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": "Detroit Red Wings",
                "amount": 6864.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0022017-9ff5-47db-a2b2-3a759142f195",
            "gambit_id": "be7bded2-00c7-48e5-8088-75b91dac36af",
            "last_updated": "2023-11-27T20:08:08.405856-05:00",
            "created_at": "2023-11-26T09:43:12.467866-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa562d3a-8bfe-4790-bd0f-62285a30237d/?format=api"
        },
        {
            "id": "77ea333a-61dd-478b-8d54-b278bed81a3c",
            "gambit_id": "82c24a18-91ec-4730-94be-19c29917538a",
            "last_updated": "2023-11-27T20:08:08.402687-05:00",
            "created_at": "2023-11-26T09:43:12.462709-05:00",
            "name": "Minnesota Wild",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa562d3a-8bfe-4790-bd0f-62285a30237d/?format=api"
        }
    ]
}