GET /api/bet_types/619d56a4-5eaa-4682-87cc-eef0d9507233/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "619d56a4-5eaa-4682-87cc-eef0d9507233",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7cc1c45-0820-44a2-96b0-9f9a63289f26/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:23.968187-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": "cd00450a-ff02-48af-839a-5cbacc38a7a9",
            "gambit_id": "1d02b4d7-036e-4ef4-b9e8-f80572fc764f",
            "last_updated": "2024-01-05T23:03:05.607593-05:00",
            "created_at": "2024-01-04T09:18:23.977686-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/619d56a4-5eaa-4682-87cc-eef0d9507233/?format=api"
        },
        {
            "id": "0105e4da-ce3b-4f54-a540-8e2c6f49c48a",
            "gambit_id": "ae158cdb-f6f2-4b5c-ab42-6f1d31295b55",
            "last_updated": "2024-01-05T23:03:05.604119-05:00",
            "created_at": "2024-01-04T09:18:23.972501-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/619d56a4-5eaa-4682-87cc-eef0d9507233/?format=api"
        }
    ]
}