GET /api/bet_types/603437a5-d3ad-4365-b232-41af29d19982/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "603437a5-d3ad-4365-b232-41af29d19982",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd3276a4-965d-4c28-bd49-08decd6cdc60/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-30T08:58:13.016092-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": "Game Total Under 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1ab9a3e2-396b-430c-a179-d7354729ff1a",
            "gambit_id": "a281d91d-5779-4dbd-b056-454d9141c0b4",
            "last_updated": "2023-10-02T10:48:23.863204-04:00",
            "created_at": "2023-09-30T08:58:13.026813-04:00",
            "name": "Game Total Under 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603437a5-d3ad-4365-b232-41af29d19982/?format=api"
        },
        {
            "id": "36d6e9fb-5684-4aef-b513-ecdce62b0d18",
            "gambit_id": "3cb55266-2c58-40de-97bb-0fc1e83d8b66",
            "last_updated": "2023-10-02T10:48:23.859703-04:00",
            "created_at": "2023-09-30T08:58:13.021062-04:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/603437a5-d3ad-4365-b232-41af29d19982/?format=api"
        }
    ]
}