GET /api/bet_types/929568c1-cda2-4e4c-a03d-db7407a1ff36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "929568c1-cda2-4e4c-a03d-db7407a1ff36",
    "match": "https://api-prod.gambitprofit.com/api/matches/73aa7e7a-597d-4d71-83b5-17ee6321471b/?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": "Anaheim Ducks",
                "amount": 6731.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3269.0
            }
        ],
        "expected_reward_tokens": 9153.2,
        "profit_sb": 153.2,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "9523b24d-8ca7-4d06-a948-4e53d1519dba",
            "gambit_id": "91eabd5c-4f68-443e-8f6b-9cd8c00697fc",
            "last_updated": "2022-11-16T09:47:32.582150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929568c1-cda2-4e4c-a03d-db7407a1ff36/?format=api"
        },
        {
            "id": "3c8ce94d-2406-4044-8225-a4fdea04cc77",
            "gambit_id": "11767fbe-a962-40e1-894e-249ed7b55bcf",
            "last_updated": "2022-11-16T09:47:32.583386-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.80000",
            "odds": "3.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/929568c1-cda2-4e4c-a03d-db7407a1ff36/?format=api"
        }
    ]
}