GET /api/bet_types/f05ce827-2c3b-43ec-9a8a-053c9c8619bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f05ce827-2c3b-43ec-9a8a-053c9c8619bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/57762bb4-90e7-4081-aee2-9c61ad0dd1af/?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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd372d80-e138-4b19-9e9e-07f411508857",
            "gambit_id": "18aee0d7-80f0-45c5-880a-fa3eca055f0e",
            "last_updated": "2022-10-27T11:52:05.874415-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f05ce827-2c3b-43ec-9a8a-053c9c8619bd/?format=api"
        },
        {
            "id": "b27fc87e-9c7e-40a2-89f5-9def306b5535",
            "gambit_id": "c5cdcb3d-49dd-4979-b589-10de9d2c7049",
            "last_updated": "2022-10-27T11:52:05.873338-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f05ce827-2c3b-43ec-9a8a-053c9c8619bd/?format=api"
        }
    ]
}