GET /api/bet_types/a1032e08-fc43-4d4c-9c24-e555c209de34/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1032e08-fc43-4d4c-9c24-e555c209de34",
    "match": "https://api-prod.gambitprofit.com/api/matches/9de60d56-efd6-4e84-95e5-b5dcfabcee5f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-15T09:23:04.425872-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 Over 8.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dabd8e90-71c3-4f4b-85d1-ce0c30135f4f",
            "gambit_id": "23fe8948-90d5-4044-8579-a2365ec53880",
            "last_updated": "2023-09-18T08:58:20.422821-04:00",
            "created_at": "2023-09-15T09:23:04.429408-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1032e08-fc43-4d4c-9c24-e555c209de34/?format=api"
        },
        {
            "id": "bd370ffe-9a0d-4f82-a449-789fe0e42e3a",
            "gambit_id": "a6fb5467-c947-4e83-84a4-1be99cd2fcd8",
            "last_updated": "2023-09-18T08:58:20.429215-04:00",
            "created_at": "2023-09-15T09:23:04.433959-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1032e08-fc43-4d4c-9c24-e555c209de34/?format=api"
        }
    ]
}