GET /api/bet_types/b1711c7c-04d3-40b5-a1ba-abdf3b101128/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1711c7c-04d3-40b5-a1ba-abdf3b101128",
    "match": "https://api-prod.gambitprofit.com/api/matches/53976a1f-7850-4779-944a-df982401ebca/?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": "Houston Texans",
                "amount": 5000.0
            },
            {
                "team": "Cleveland Browns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0165546b-c219-4e4b-a05b-8a43d1f005de",
            "gambit_id": "bcb1655a-67bd-4817-926c-d4e52a132e27",
            "last_updated": "2022-12-05T15:37:08.377149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Texans",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1711c7c-04d3-40b5-a1ba-abdf3b101128/?format=api"
        },
        {
            "id": "f677313b-7076-4e37-b32c-96caeb1cd37f",
            "gambit_id": "446f545f-6ef9-4922-b2b7-84fb1853cd0d",
            "last_updated": "2022-12-05T15:37:08.378095-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1711c7c-04d3-40b5-a1ba-abdf3b101128/?format=api"
        }
    ]
}