GET /api/bet_types/4227173a-165c-4e66-9cae-42d35e2fd15f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4227173a-165c-4e66-9cae-42d35e2fd15f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7bd6b61d-c829-4cc4-b59b-cea3b919a4e1/?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",
                "amount": 5000.0
            },
            {
                "team": "Tulsa",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "9b701d3b-6098-4cce-90ba-d4121eb39fa1",
            "gambit_id": "b99289ce-73ef-4a5f-9ea3-33ddc6211d4c",
            "last_updated": "2022-11-28T09:32:06.486087-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4227173a-165c-4e66-9cae-42d35e2fd15f/?format=api"
        },
        {
            "id": "e5408c26-bab6-4dbe-b991-a43d6f38d637",
            "gambit_id": "8504afed-4e35-46f6-bebb-b8218615f85a",
            "last_updated": "2022-11-28T09:32:06.487136-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4227173a-165c-4e66-9cae-42d35e2fd15f/?format=api"
        }
    ]
}