GET /api/bet_types/80234760-8dcf-4274-86fc-a94e90a5386b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80234760-8dcf-4274-86fc-a94e90a5386b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ef25978-8b0b-440c-826a-cd9ea4e777a6/?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": "Utah Jazz",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a25f4b55-a2e5-4db6-b99b-b8d5d9c83079",
            "gambit_id": "e9725093-e826-4932-aa94-6aaea94ca819",
            "last_updated": "2022-12-05T11:37:11.115351-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80234760-8dcf-4274-86fc-a94e90a5386b/?format=api"
        },
        {
            "id": "40ec55ef-cc09-42e2-a664-90a1efa78d58",
            "gambit_id": "95b6b8af-06b2-4a45-8519-4e0316269952",
            "last_updated": "2022-12-05T11:37:11.116325-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80234760-8dcf-4274-86fc-a94e90a5386b/?format=api"
        }
    ]
}