GET /api/bet_types/057d81d4-378c-4733-b197-2b5e9871b82a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "057d81d4-378c-4733-b197-2b5e9871b82a",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5fc01f1-b3a2-45a8-a545-f6efb71a4092/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-14T19:52:10.033589-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": "Kansas",
                "amount": 5000.0
            },
            {
                "team": "Howard",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "31954fce-4cee-464e-b8ef-4be05fe240e4",
            "gambit_id": "d14988ae-4599-4a32-84c0-decd87565d2b",
            "last_updated": "2023-03-17T10:47:24.765655-04:00",
            "created_at": "2023-03-14T19:52:10.034952-04:00",
            "name": "Kansas",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057d81d4-378c-4733-b197-2b5e9871b82a/?format=api"
        },
        {
            "id": "b5dba143-f2a9-4d75-b27d-d452666173ad",
            "gambit_id": "d2dda876-43e7-4759-a9c9-4098c9dbc537",
            "last_updated": "2023-03-17T10:47:24.766678-04:00",
            "created_at": "2023-03-14T19:52:10.036358-04:00",
            "name": "Howard",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "21.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/057d81d4-378c-4733-b197-2b5e9871b82a/?format=api"
        }
    ]
}