GET /api/bet_types/b01519af-0c3c-442f-ad61-ed3be959a412/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b01519af-0c3c-442f-ad61-ed3be959a412",
    "match": "https://api-prod.gambitprofit.com/api/matches/9710c375-5db8-4eac-8726-9ef76f6844f0/?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": "Alabama",
                "amount": 5000.0
            },
            {
                "team": "Vanderbilt",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5263bd7c-6ae5-4fc1-9094-d8e92252b6cb",
            "gambit_id": "112e4643-8477-45bf-9dbc-108329d939a6",
            "last_updated": "2022-09-25T21:22:21.466758-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b01519af-0c3c-442f-ad61-ed3be959a412/?format=api"
        },
        {
            "id": "e437fdc8-8b42-4c52-be8b-80dfc530947c",
            "gambit_id": "72117e76-370a-4c16-bae8-3b79167c2c9a",
            "last_updated": "2022-09-25T21:22:21.467740-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "40.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b01519af-0c3c-442f-ad61-ed3be959a412/?format=api"
        }
    ]
}