GET /api/bet_types/d52eae9f-6059-43d3-8b69-6913930fcf0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d52eae9f-6059-43d3-8b69-6913930fcf0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd60784c-148f-4d26-add0-68cf26687255/?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": "Hawaii",
                "amount": 5000.0
            },
            {
                "team": "Wyoming",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "6ea1a1b8-890d-4ce8-9b32-138a34536334",
            "gambit_id": "50104549-d08d-4869-9145-e2d8bdd2c69e",
            "last_updated": "2022-10-31T10:07:24.717961-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Hawaii",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52eae9f-6059-43d3-8b69-6913930fcf0c/?format=api"
        },
        {
            "id": "4fcbf92a-dd7b-4b61-9565-6363dff14189",
            "gambit_id": "a7c1d8a8-9f92-4f5b-b1c8-18be1a98a841",
            "last_updated": "2022-10-31T10:07:24.718942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Wyoming",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52eae9f-6059-43d3-8b69-6913930fcf0c/?format=api"
        }
    ]
}