GET /api/bet_types/a8b284dc-996e-4320-bfcb-93b04b39cc5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8b284dc-996e-4320-bfcb-93b04b39cc5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/74d3ad68-9ff6-4017-b0f9-e910a36c5c84/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:26.942585-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": "Utah Jazz",
                "amount": 5107.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aff2a0fc-c4a3-479d-9424-9552d48db09c",
            "gambit_id": "41265dde-c541-436f-b2bf-33d9893c5daa",
            "last_updated": "2024-01-17T22:03:09.351880-05:00",
            "created_at": "2024-01-15T10:23:26.950872-05:00",
            "name": "Utah Jazz",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b284dc-996e-4320-bfcb-93b04b39cc5a/?format=api"
        },
        {
            "id": "0c84b8e1-6688-448a-b1c8-fb68572be51e",
            "gambit_id": "512e1eec-9b6b-45a8-9591-4349b642811b",
            "last_updated": "2024-01-17T22:03:09.348535-05:00",
            "created_at": "2024-01-15T10:23:26.946641-05:00",
            "name": "Indiana Pacers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8b284dc-996e-4320-bfcb-93b04b39cc5a/?format=api"
        }
    ]
}