GET /api/bet_types/2c731168-02b2-4831-b494-34cfec79f6e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c731168-02b2-4831-b494-34cfec79f6e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/c117b54c-81e7-4e92-810e-3c877b3eb384/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:07.790745-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": "Game Total Under 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b68da32e-2b02-48c9-8a2b-45d03f9e08f4",
            "gambit_id": "2d911e11-9a0a-4b54-86d2-8a7af3d1cf99",
            "last_updated": "2024-01-31T22:18:13.538678-05:00",
            "created_at": "2024-01-30T08:58:07.802175-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c731168-02b2-4831-b494-34cfec79f6e1/?format=api"
        },
        {
            "id": "784cd025-6102-4c30-ba8c-43de6cf1f51d",
            "gambit_id": "5ab3cc9a-0977-4fde-9afc-828bb4977138",
            "last_updated": "2024-01-31T22:18:13.535197-05:00",
            "created_at": "2024-01-30T08:58:07.795653-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c731168-02b2-4831-b494-34cfec79f6e1/?format=api"
        }
    ]
}