GET /api/bet_types/04c23372-6663-4cd9-896c-c447e749a2b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04c23372-6663-4cd9-896c-c447e749a2b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d49c28f3-5d63-4626-9042-f8e87ab7a071/?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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Miami Heat",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "add7bee3-b92b-4027-9400-2506144ad7b9",
            "gambit_id": "baa1181b-7bc2-44dd-9e87-bb59b02a80bc",
            "last_updated": "2022-12-01T16:17:23.896392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04c23372-6663-4cd9-896c-c447e749a2b1/?format=api"
        },
        {
            "id": "9165cbcd-67cf-4782-8e13-1764fc638ff4",
            "gambit_id": "93f4b590-030a-41a3-aba8-149243e36e43",
            "last_updated": "2022-12-01T16:17:23.897392-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04c23372-6663-4cd9-896c-c447e749a2b1/?format=api"
        }
    ]
}