GET /api/bet_types/456d5510-b744-4df0-a968-064bfa75003c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "456d5510-b744-4df0-a968-064bfa75003c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4621f06b-3266-4a7f-b092-e034f0b4bf94/?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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "3417122d-8c0d-43d7-84cf-3ff87d628f12",
            "gambit_id": "88e8b794-bc04-4436-9697-217644b7ab98",
            "last_updated": "2022-12-06T09:52:00.497015-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/456d5510-b744-4df0-a968-064bfa75003c/?format=api"
        },
        {
            "id": "0dfdd682-ff65-4218-8581-3ec150f90803",
            "gambit_id": "11ea4964-c4ce-49a7-acf8-4923836791ae",
            "last_updated": "2022-12-06T09:52:00.498022-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/456d5510-b744-4df0-a968-064bfa75003c/?format=api"
        }
    ]
}