GET /api/bet_types/5f35c694-bc46-468b-af8d-1a68dd810166/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f35c694-bc46-468b-af8d-1a68dd810166",
    "match": "https://api-prod.gambitprofit.com/api/matches/d0e642cf-f0a0-4ef7-b897-5b8783ca6f35/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:15.232436-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f58b22b-39a7-4d55-94b6-d45481b6c6c7",
            "gambit_id": "0b0a72be-6147-45e3-9813-ac395fe750e8",
            "last_updated": "2023-09-04T12:53:28.205136-04:00",
            "created_at": "2023-09-02T09:33:15.241154-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f35c694-bc46-468b-af8d-1a68dd810166/?format=api"
        },
        {
            "id": "560b8e5a-35fa-4b03-a7fc-89ed344311dc",
            "gambit_id": "c1598c5b-819e-483b-a8c0-b1ea8df22809",
            "last_updated": "2023-09-04T12:53:28.201798-04:00",
            "created_at": "2023-09-02T09:33:15.236653-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f35c694-bc46-468b-af8d-1a68dd810166/?format=api"
        }
    ]
}