GET /api/bet_types/19ef66c2-bc1f-4c0c-83a5-0846f680e64c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19ef66c2-bc1f-4c0c-83a5-0846f680e64c",
    "match": "https://api-prod.gambitprofit.com/api/matches/be7f576f-0538-455b-a019-9861872e4b6a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-28T11:22:17.461808-04: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": "MIN",
                "amount": 5319.0
            },
            {
                "team": "KAN",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "1cd0c114-ffe2-4f0f-b2db-3a7fe540c25f",
            "gambit_id": "da538dc0-43ff-48e7-9490-e19d3e7c9aa4",
            "last_updated": "2023-04-30T12:47:18.409225-04:00",
            "created_at": "2023-04-28T11:22:17.463389-04:00",
            "name": "MIN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19ef66c2-bc1f-4c0c-83a5-0846f680e64c/?format=api"
        },
        {
            "id": "952af83a-f40b-4772-8938-9ad7aa153cf0",
            "gambit_id": "920dcd0b-10cb-4fa0-be3c-db5a9b049e0b",
            "last_updated": "2023-04-30T12:47:18.410557-04:00",
            "created_at": "2023-04-28T11:22:17.464968-04:00",
            "name": "KAN",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19ef66c2-bc1f-4c0c-83a5-0846f680e64c/?format=api"
        }
    ]
}