GET /api/bet_types/32c72126-2263-4c87-aab5-f750ba716435/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "32c72126-2263-4c87-aab5-f750ba716435",
    "match": "https://api-prod.gambitprofit.com/api/matches/315d618c-b354-44f4-9164-234f6a99febb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:15.062788-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": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0912af7-e844-4821-8b8f-c0c2b9de4ce0",
            "gambit_id": "04cec2a4-53d4-4c7c-888c-53b94b26e121",
            "last_updated": "2024-01-01T19:48:20.227467-05:00",
            "created_at": "2023-12-30T10:43:15.073017-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32c72126-2263-4c87-aab5-f750ba716435/?format=api"
        },
        {
            "id": "90279566-6593-4d49-b8a0-7a02b42d91d6",
            "gambit_id": "62f69fab-bbda-4052-8b6c-6ea92409e111",
            "last_updated": "2024-01-01T19:48:20.230721-05:00",
            "created_at": "2023-12-30T10:43:15.077239-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32c72126-2263-4c87-aab5-f750ba716435/?format=api"
        }
    ]
}