GET /api/bet_types/c860ffcc-3b45-4e2a-97ff-71cf01545b5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c860ffcc-3b45-4e2a-97ff-71cf01545b5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/79d2e773-f4e2-4591-8311-cb6f8ed62955/?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": "UAB",
                "amount": 5000.0
            },
            {
                "team": "Louisiana Tech",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "424aa903-fcd1-45e0-aae6-894728cea928",
            "gambit_id": "ea6752cf-1688-4923-8636-9ae7c26efd59",
            "last_updated": "2022-11-28T09:57:13.517738-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c860ffcc-3b45-4e2a-97ff-71cf01545b5b/?format=api"
        },
        {
            "id": "73ac2436-3b38-479b-8b22-44d49cf7a6c2",
            "gambit_id": "34c6c146-5cc2-4def-b9d9-5712715567d8",
            "last_updated": "2022-11-28T09:57:13.516781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Louisiana Tech",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "18.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c860ffcc-3b45-4e2a-97ff-71cf01545b5b/?format=api"
        }
    ]
}