GET /api/bet_types/2f2dabcf-e459-49c4-8618-edd6adb55b6d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f2dabcf-e459-49c4-8618-edd6adb55b6d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2661e87b-c55c-4fde-ad07-22774eaf622f/?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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "db036e47-748e-4409-869e-35ee4f5e7b27",
            "gambit_id": "fd48af79-7998-46b8-845c-dd4100dbd6ed",
            "last_updated": "2022-11-17T11:07:54.851254-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Raptors",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2dabcf-e459-49c4-8618-edd6adb55b6d/?format=api"
        },
        {
            "id": "400ad9e4-1661-4b88-8501-80095e73a15b",
            "gambit_id": "7cd42ba4-a59f-4f1d-ae11-2a5db880febc",
            "last_updated": "2022-11-17T11:07:54.852513-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2dabcf-e459-49c4-8618-edd6adb55b6d/?format=api"
        }
    ]
}